Html Css Color HEX #28EFDB Turquoise

📋 copy color: '#28EFDB'

red 40 ◦ green 239 ◦ blue 219

#28EFDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #28EFDB

Tints of Turquoise #28EFDB

RGB

 RED value IS 40 (16.02% from 255) = 8.03%

 GREEN value IS 239 (93.75% from 255) = 47.99%

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 8.03%
G = 47.99%
B = 43.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#28EFDB (or 0x28EFDB) is known color: Turquoise. HEX triplet: 28, EF and DB. RGB value is (40,239,219). Sum of RGB (Red+Green+Blue) = 40+239+219=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFDB is #D71024. Grayscale: #B1B1B1. Windows color (decimal): -14094373 or 14413608. OLE color: 14413608.

HSL color Cylindrical-coordinate representation of color #28EFDB: hue angle of 173.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EFDB is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 239 219 -
CMYK 0.83 0 0.08 0.06
HSL 173.97º 0.86% 0.55% -
HSV(B) 173.97º 0.83% 0.94% -
XYZ 44.53 67.3 77.66 -
YUV 177.22 151.57 30.13 -
System Red Green Blue C M Y K H S L
Decimal 40 239 219 0.83 0 0.08 0.06 173.97 0.86 0.55
Hex 28 EF DB 53 0 8 6 AE 56 37
Octal 50 357 333 123 0 10 6 256 126 67
Binary 101000 11101111 11011011 1010011 0 1000 110 10101110 1010110 110111

Color Harmonies of #28EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EFDB

Black with #28EFDB

Text Example


Text Example

White with #28EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28EFDB; }

 p { color: rgb(40,239,219); }

 H1.HeaderClassName
 {
   color: #28EFDB;
 }
 .AnyTagClassName
 {
   color: #28EFDB;
 }
</style>

background-color css

<style>
 a { background-color: #28EFDB; }

 a { background-color: rgb(40,239,219); }

 div.DivClassName
 {
   background-color: #28EFDB;
 }
 .BgClassName
 {
   background-color: #28EFDB;
 }
</style>

border-color css

<style>
 span { border-color: #28EFDB; }

 span { border-color: rgb(40,239,219); }

 td.TdClassName
 {
   border-color: #28EFDB;
 }
 .TagClassName
 {
   border-color: #28EFDB;
 }
</style>