Html Css Color HEX #28DEDC Turquoise

📋 copy color: '#28DEDC'

red 40 ◦ green 222 ◦ blue 220

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

Shades of Turquoise #28DEDC

Tints of Turquoise #28DEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 8.3%
G = 46.06%
B = 45.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#28DEDC (or 0x28DEDC) is known color: Turquoise. HEX triplet: 28, DE and DC. RGB value is (40,222,220). Sum of RGB (Red+Green+Blue) = 40+222+220=482 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.30% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #28DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DEDC is #D72123. Grayscale: #A7A7A7. Windows color (decimal): -14098724 or 14474792. OLE color: 14474792.

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

Color convert

RGB 40 222 220 -
CMYK 0.82 0 0.01 0.13
HSL 179.34º 0.73% 0.51% -
HSV(B) 179.34º 0.82% 0.87% -
XYZ 39.91 57.86 76.77 -
YUV 167.35 157.7 37.16 -
System Red Green Blue C M Y K H S L
Decimal 40 222 220 0.82 0 0.01 0.13 179.34 0.73 0.51
Hex 28 DE DC 52 0 1 D B3 49 33
Octal 50 336 334 122 0 1 15 263 111 63
Binary 101000 11011110 11011100 1010010 0 1 1101 10110011 1001001 110011

Color Harmonies of #28DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DEDC

Black with #28DEDC

Text Example


Text Example

White with #28DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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