Html Css Color HEX #28D9CC Turquoise

📋 copy color: '#28D9CC'

red 40 ◦ green 217 ◦ blue 204

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

Shades of Turquoise #28D9CC

Tints of Turquoise #28D9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 8.68%
G = 47.07%
B = 44.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#28D9CC (or 0x28D9CC) is known color: Turquoise. HEX triplet: 28, D9 and CC. RGB value is (40,217,204). Sum of RGB (Red+Green+Blue) = 40+217+204=461 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.68% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #28D9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D9CC is #D72633. Grayscale: #A2A2A2. Windows color (decimal): -14100020 or 13424936. OLE color: 13424936.

HSL color Cylindrical-coordinate representation of color #28D9CC: hue angle of 175.59º 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 #28D9CC is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 217 204 -
CMYK 0.82 0 0.06 0.15
HSL 175.59º 0.7% 0.5% -
HSV(B) 175.59º 0.82% 0.85% -
XYZ 36.59 54.44 65.71 -
YUV 162.6 151.36 40.56 -
System Red Green Blue C M Y K H S L
Decimal 40 217 204 0.82 0 0.06 0.15 175.59 0.7 0.5
Hex 28 D9 CC 52 0 6 F B0 46 32
Octal 50 331 314 122 0 6 17 260 106 62
Binary 101000 11011001 11001100 1010010 0 110 1111 10110000 1000110 110010

Color Harmonies of #28D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D9CC

Black with #28D9CC

Text Example


Text Example

White with #28D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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