Html Css Color HEX #28D1CB Turquoise

📋 copy color: '#28D1CB'

red 40 ◦ green 209 ◦ blue 203

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

Shades of Turquoise #28D1CB

Tints of Turquoise #28D1CB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.24%

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 8.85%
G = 46.24%
B = 44.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#28D1CB (or 0x28D1CB) is known color: Turquoise. HEX triplet: 28, D1 and CB. RGB value is (40,209,203). Sum of RGB (Red+Green+Blue) = 40+209+203=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #28D1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D1CB is #D72E34. Grayscale: #9D9D9D. Windows color (decimal): -14102069 or 13357352. OLE color: 13357352.

HSL color Cylindrical-coordinate representation of color #28D1CB: hue angle of 177.87º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D1CB is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 209 203 -
CMYK 0.81 0 0.03 0.18
HSL 177.87º 0.68% 0.49% -
HSV(B) 177.87º 0.81% 0.82% -
XYZ 34.46 50.36 64.41 -
YUV 157.79 153.51 43.99 -
System Red Green Blue C M Y K H S L
Decimal 40 209 203 0.81 0 0.03 0.18 177.87 0.68 0.49
Hex 28 D1 CB 51 0 3 12 B2 44 31
Octal 50 321 313 121 0 3 22 262 104 61
Binary 101000 11010001 11001011 1010001 0 11 10010 10110010 1000100 110001

Color Harmonies of #28D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D1CB

Black with #28D1CB

Text Example


Text Example

White with #28D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,209,203); }

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

background-color css

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

 a { background-color: rgb(40,209,203); }

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

border-color css

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

 span { border-color: rgb(40,209,203); }

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