Html Css Color HEX #28DEC4 Turquoise

📋 copy color: '#28DEC4'

red 40 ◦ green 222 ◦ blue 196

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

Shades of Turquoise #28DEC4

Tints of Turquoise #28DEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.79%

R = 8.73%
G = 48.47%
B = 42.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#28DEC4 (or 0x28DEC4) is known color: Turquoise. HEX triplet: 28, DE and C4. RGB value is (40,222,196). Sum of RGB (Red+Green+Blue) = 40+222+196=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #28DEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DEC4 is #D7213B. Grayscale: #A4A4A4. Windows color (decimal): -14098748 or 12901928. OLE color: 12901928.

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

Color convert

RGB 40 222 196 -
CMYK 0.82 0 0.12 0.13
HSL 171.43º 0.73% 0.51% -
HSV(B) 171.43º 0.82% 0.87% -
XYZ 36.96 56.68 61.22 -
YUV 164.62 145.7 39.11 -
System Red Green Blue C M Y K H S L
Decimal 40 222 196 0.82 0 0.12 0.13 171.43 0.73 0.51
Hex 28 DE C4 52 0 C D AB 49 33
Octal 50 336 304 122 0 14 15 253 111 63
Binary 101000 11011110 11000100 1010010 0 1100 1101 10101011 1001001 110011

Color Harmonies of #28DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DEC4

Black with #28DEC4

Text Example


Text Example

White with #28DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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