Html Css Color HEX #28CECC Turquoise

📋 copy color: '#28CECC'

red 40 ◦ green 206 ◦ blue 204

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

Shades of Turquoise #28CECC

Tints of Turquoise #28CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.78%

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

R = 8.89%
G = 45.78%
B = 45.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#28CECC (or 0x28CECC) is known color: Turquoise. HEX triplet: 28, CE and CC. RGB value is (40,206,204). Sum of RGB (Red+Green+Blue) = 40+206+204=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #28CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CECC is #D73133. Grayscale: #9B9B9B. Windows color (decimal): -14102836 or 13422120. OLE color: 13422120.

HSL color Cylindrical-coordinate representation of color #28CECC: hue angle of 179.28º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CECC is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 206 204 -
CMYK 0.81 0 0.01 0.19
HSL 179.28º 0.67% 0.48% -
HSV(B) 179.28º 0.81% 0.81% -
XYZ 33.85 48.95 64.79 -
YUV 156.14 155 45.16 -
System Red Green Blue C M Y K H S L
Decimal 40 206 204 0.81 0 0.01 0.19 179.28 0.67 0.48
Hex 28 CE CC 51 0 1 13 B3 43 30
Octal 50 316 314 121 0 1 23 263 103 60
Binary 101000 11001110 11001100 1010001 0 1 10011 10110011 1000011 110000

Color Harmonies of #28CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CECC

Black with #28CECC

Text Example


Text Example

White with #28CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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