Html Css Color HEX #28E7E0 Turquoise

📋 copy color: '#28E7E0'

red 40 ◦ green 231 ◦ blue 224

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

Shades of Turquoise #28E7E0

Tints of Turquoise #28E7E0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.67%

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

R = 8.08%
G = 46.67%
B = 45.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#28E7E0 (or 0x28E7E0) is known color: Turquoise. HEX triplet: 28, E7 and E0. RGB value is (40,231,224). Sum of RGB (Red+Green+Blue) = 40+231+224=495 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.08% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E7E0 is #D7181F. Grayscale: #ACACAC. Windows color (decimal): -14096416 or 14739240. OLE color: 14739240.

HSL color Cylindrical-coordinate representation of color #28E7E0: hue angle of 177.8º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E7E0 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 40 231 224 -
CMYK 0.83 0 0.03 0.09
HSL 177.8º 0.8% 0.53% -
HSV(B) 177.8º 0.83% 0.91% -
XYZ 42.91 62.98 80.42 -
YUV 173.09 156.72 33.07 -
System Red Green Blue C M Y K H S L
Decimal 40 231 224 0.83 0 0.03 0.09 177.8 0.8 0.53
Hex 28 E7 E0 53 0 3 9 B2 50 35
Octal 50 347 340 123 0 3 11 262 120 65
Binary 101000 11100111 11100000 1010011 0 11 1001 10110010 1010000 110101

Color Harmonies of #28E7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E7E0

Black with #28E7E0

Text Example


Text Example

White with #28E7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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