Html Css Color HEX #28DED6 Turquoise

📋 copy color: '#28DED6'

red 40 ◦ green 222 ◦ blue 214

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

Shades of Turquoise #28DED6

Tints of Turquoise #28DED6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.64%

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 8.4%
G = 46.64%
B = 44.96%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#28DED6 (or 0x28DED6) is known color: Turquoise. HEX triplet: 28, DE and D6. RGB value is (40,222,214). Sum of RGB (Red+Green+Blue) = 40+222+214=476 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.40% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #28DED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DED6 is #D72129. Grayscale: #A6A6A6. Windows color (decimal): -14098730 or 14081576. OLE color: 14081576.

HSL color Cylindrical-coordinate representation of color #28DED6: hue angle of 177.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DED6 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 222 214 -
CMYK 0.82 0 0.04 0.13
HSL 177.36º 0.73% 0.51% -
HSV(B) 177.36º 0.82% 0.87% -
XYZ 39.13 57.55 72.66 -
YUV 166.67 154.7 37.65 -
System Red Green Blue C M Y K H S L
Decimal 40 222 214 0.82 0 0.04 0.13 177.36 0.73 0.51
Hex 28 DE D6 52 0 4 D B1 49 33
Octal 50 336 326 122 0 4 15 261 111 63
Binary 101000 11011110 11010110 1010010 0 100 1101 10110001 1001001 110011

Color Harmonies of #28DED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DED6

Black with #28DED6

Text Example


Text Example

White with #28DED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,222,214); }

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

background-color css

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

 a { background-color: rgb(40,222,214); }

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

border-color css

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

 span { border-color: rgb(40,222,214); }

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