Html Css Color HEX #28EDCC Turquoise

📋 copy color: '#28EDCC'

red 40 ◦ green 237 ◦ blue 204

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

Shades of Turquoise #28EDCC

Tints of Turquoise #28EDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.27%

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

R = 8.32%
G = 49.27%
B = 42.41%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#28EDCC (or 0x28EDCC) is known color: Turquoise. HEX triplet: 28, ED and CC. RGB value is (40,237,204). Sum of RGB (Red+Green+Blue) = 40+237+204=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EDCC is #D71233. Grayscale: #AEAEAE. Windows color (decimal): -14094900 or 13430056. OLE color: 13430056.

HSL color Cylindrical-coordinate representation of color #28EDCC: hue angle of 169.95º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EDCC is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 237 204 -
CMYK 0.83 0 0.14 0.07
HSL 169.95º 0.85% 0.54% -
HSV(B) 169.95º 0.83% 0.93% -
XYZ 42.06 65.38 67.53 -
YUV 174.34 144.73 32.18 -
System Red Green Blue C M Y K H S L
Decimal 40 237 204 0.83 0 0.14 0.07 169.95 0.85 0.54
Hex 28 ED CC 53 0 E 7 AA 55 36
Octal 50 355 314 123 0 16 7 252 125 66
Binary 101000 11101101 11001100 1010011 0 1110 111 10101010 1010101 110110

Color Harmonies of #28EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EDCC

Black with #28EDCC

Text Example


Text Example

White with #28EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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