Html Css Color HEX #28DDCE Turquoise

📋 copy color: '#28DDCE'

red 40 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #28DDCE

Tints of Turquoise #28DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.32%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 8.57%
G = 47.32%
B = 44.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#28DDCE (or 0x28DDCE) is known color: Turquoise. HEX triplet: 28, DD and CE. RGB value is (40,221,206). Sum of RGB (Red+Green+Blue) = 40+221+206=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDCE is #D72231. Grayscale: #A5A5A5. Windows color (decimal): -14098994 or 13557032. OLE color: 13557032.

HSL color Cylindrical-coordinate representation of color #28DDCE: hue angle of 175.03º 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 #28DDCE is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 221 206 -
CMYK 0.82 0 0.07 0.13
HSL 175.03º 0.73% 0.51% -
HSV(B) 175.03º 0.82% 0.87% -
XYZ 37.87 56.62 67.33 -
YUV 165.17 151.03 38.72 -
System Red Green Blue C M Y K H S L
Decimal 40 221 206 0.82 0 0.07 0.13 175.03 0.73 0.51
Hex 28 DD CE 52 0 7 D AF 49 33
Octal 50 335 316 122 0 7 15 257 111 63
Binary 101000 11011101 11001110 1010010 0 111 1101 10101111 1001001 110011

Color Harmonies of #28DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DDCE

Black with #28DDCE

Text Example


Text Example

White with #28DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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