Html Css Color HEX #28D9E0 Turquoise

📋 copy color: '#28D9E0'

red 40 ◦ green 217 ◦ blue 224

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

Shades of Turquoise #28D9E0

Tints of Turquoise #28D9E0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.11%

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 8.32%
G = 45.11%
B = 46.57%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#28D9E0 (or 0x28D9E0) is known color: Turquoise. HEX triplet: 28, D9 and E0. RGB value is (40,217,224). Sum of RGB (Red+Green+Blue) = 40+217+224=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #28D9E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D9E0 is #D7261F. Grayscale: #A4A4A4. Windows color (decimal): -14100000 or 14735656. OLE color: 14735656.

HSL color Cylindrical-coordinate representation of color #28D9E0: hue angle of 182.28º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D9E0 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 217 224 -
CMYK 0.82 0.03 0 0.12
HSL 182.28º 0.75% 0.52% -
HSV(B) 182.28º 0.82% 0.88% -
XYZ 39.14 55.46 79.16 -
YUV 164.88 161.36 38.93 -
System Red Green Blue C M Y K H S L
Decimal 40 217 224 0.82 0.03 0 0.12 182.28 0.75 0.52
Hex 28 D9 E0 52 3 0 C B6 4B 34
Octal 50 331 340 122 3 0 14 266 113 64
Binary 101000 11011001 11100000 1010010 11 0 1100 10110110 1001011 110100

Color Harmonies of #28D9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D9E0

Black with #28D9E0

Text Example


Text Example

White with #28D9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,217,224); }

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

background-color css

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

 a { background-color: rgb(40,217,224); }

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

border-color css

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

 span { border-color: rgb(40,217,224); }

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