Html Css Color HEX #28EAE0 Turquoise

📋 copy color: '#28EAE0'

red 40 ◦ green 234 ◦ blue 224

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

Shades of Turquoise #28EAE0

Tints of Turquoise #28EAE0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.99%

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

R = 8.03%
G = 46.99%
B = 44.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#28EAE0 (or 0x28EAE0) is known color: Turquoise. HEX triplet: 28, EA and E0. RGB value is (40,234,224). Sum of RGB (Red+Green+Blue) = 40+234+224=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EAE0 is #D7151F. Grayscale: #AEAEAE. Windows color (decimal): -14095648 or 14740008. OLE color: 14740008.

HSL color Cylindrical-coordinate representation of color #28EAE0: hue angle of 176.91º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EAE0 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 234 224 -
CMYK 0.83 0 0.04 0.08
HSL 176.91º 0.82% 0.54% -
HSV(B) 176.91º 0.83% 0.92% -
XYZ 43.75 64.68 80.7 -
YUV 174.85 155.73 31.81 -
System Red Green Blue C M Y K H S L
Decimal 40 234 224 0.83 0 0.04 0.08 176.91 0.82 0.54
Hex 28 EA E0 53 0 4 8 B1 52 36
Octal 50 352 340 123 0 4 10 261 122 66
Binary 101000 11101010 11100000 1010011 0 100 1000 10110001 1010010 110110

Color Harmonies of #28EAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EAE0

Black with #28EAE0

Text Example


Text Example

White with #28EAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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