Html Css Color HEX #28D9CE Turquoise

📋 copy color: '#28D9CE'

red 40 ◦ green 217 ◦ blue 206

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

Shades of Turquoise #28D9CE

Tints of Turquoise #28D9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.87%

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 8.64%
G = 46.87%
B = 44.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#28D9CE (or 0x28D9CE) is known color: Turquoise. HEX triplet: 28, D9 and CE. RGB value is (40,217,206). Sum of RGB (Red+Green+Blue) = 40+217+206=463 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.64% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #28D9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D9CE is #D72631. Grayscale: #A2A2A2. Windows color (decimal): -14100018 or 13556008. OLE color: 13556008.

HSL color Cylindrical-coordinate representation of color #28D9CE: hue angle of 176.27º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D9CE is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 217 206 -
CMYK 0.82 0 0.05 0.15
HSL 176.27º 0.7% 0.5% -
HSV(B) 176.27º 0.82% 0.85% -
XYZ 36.83 54.53 66.98 -
YUV 162.82 152.36 40.39 -
System Red Green Blue C M Y K H S L
Decimal 40 217 206 0.82 0 0.05 0.15 176.27 0.7 0.5
Hex 28 D9 CE 52 0 5 F B0 46 32
Octal 50 331 316 122 0 5 17 260 106 62
Binary 101000 11011001 11001110 1010010 0 101 1111 10110000 1000110 110010

Color Harmonies of #28D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D9CE

Black with #28D9CE

Text Example


Text Example

White with #28D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,217,206); }

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

background-color css

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

 a { background-color: rgb(40,217,206); }

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

border-color css

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

 span { border-color: rgb(40,217,206); }

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