Html Css Color HEX #28E1CF Turquoise

📋 copy color: '#28E1CF'

red 40 ◦ green 225 ◦ blue 207

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

Shades of Turquoise #28E1CF

Tints of Turquoise #28E1CF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.67%

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 8.47%
G = 47.67%
B = 43.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#28E1CF (or 0x28E1CF) is known color: Turquoise. HEX triplet: 28, E1 and CF. RGB value is (40,225,207). Sum of RGB (Red+Green+Blue) = 40+225+207=472 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.47% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #28E1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E1CF is #D71E30. Grayscale: #A7A7A7. Windows color (decimal): -14097969 or 13623592. OLE color: 13623592.

HSL color Cylindrical-coordinate representation of color #28E1CF: hue angle of 174.16º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E1CF is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 225 207 -
CMYK 0.82 0 0.08 0.12
HSL 174.16º 0.76% 0.52% -
HSV(B) 174.16º 0.82% 0.88% -
XYZ 39.06 58.81 68.32 -
YUV 167.63 150.21 36.96 -
System Red Green Blue C M Y K H S L
Decimal 40 225 207 0.82 0 0.08 0.12 174.16 0.76 0.52
Hex 28 E1 CF 52 0 8 C AE 4C 34
Octal 50 341 317 122 0 10 14 256 114 64
Binary 101000 11100001 11001111 1010010 0 1000 1100 10101110 1001100 110100

Color Harmonies of #28E1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E1CF

Black with #28E1CF

Text Example


Text Example

White with #28E1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,225,207); }

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

background-color css

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

 a { background-color: rgb(40,225,207); }

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

border-color css

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

 span { border-color: rgb(40,225,207); }

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