Html Css Color HEX #28CCD9 Turquoise

📋 copy color: '#28CCD9'

red 40 ◦ green 204 ◦ blue 217

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

Shades of Turquoise #28CCD9

Tints of Turquoise #28CCD9

RGB

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

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

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

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

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

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

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

Color convert

RGB 40 204 217 -
CMYK 0.82 0.06 0 0.15
HSL 184.41º 0.7% 0.5% -
HSV(B) 184.41º 0.82% 0.85% -
XYZ 34.99 48.65 73.19 -
YUV 156.45 162.17 44.94 -
System Red Green Blue C M Y K H S L
Decimal 40 204 217 0.82 0.06 0 0.15 184.41 0.7 0.5
Hex 28 CC D9 52 6 0 F B8 46 32
Octal 50 314 331 122 6 0 17 270 106 62
Binary 101000 11001100 11011001 1010010 110 0 1111 10111000 1000110 110010

Color Harmonies of #28CCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CCD9

Black with #28CCD9

Text Example


Text Example

White with #28CCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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