Html Css Color HEX #28EABD Turquoise

📋 copy color: '#28EABD'

red 40 ◦ green 234 ◦ blue 189

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

Shades of Turquoise #28EABD

Tints of Turquoise #28EABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 8.64%
G = 50.54%
B = 40.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#28EABD (or 0x28EABD) is known color: Turquoise. HEX triplet: 28, EA and BD. RGB value is (40,234,189). Sum of RGB (Red+Green+Blue) = 40+234+189=463 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.64% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #28EABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EABD is #D71542. Grayscale: #AAAAAA. Windows color (decimal): -14095683 or 12446248. OLE color: 12446248.

HSL color Cylindrical-coordinate representation of color #28EABD: hue angle of 166.08º 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 #28EABD is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 234 189 -
CMYK 0.83 0 0.19 0.08
HSL 166.08º 0.82% 0.54% -
HSV(B) 166.08º 0.83% 0.92% -
XYZ 39.48 62.97 58.22 -
YUV 170.86 138.23 34.66 -
System Red Green Blue C M Y K H S L
Decimal 40 234 189 0.83 0 0.19 0.08 166.08 0.82 0.54
Hex 28 EA BD 53 0 13 8 A6 52 36
Octal 50 352 275 123 0 23 10 246 122 66
Binary 101000 11101010 10111101 1010011 0 10011 1000 10100110 1010010 110110

Color Harmonies of #28EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EABD

Black with #28EABD

Text Example


Text Example

White with #28EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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