Html Css Color HEX #28EAC6 Turquoise

📋 copy color: '#28EAC6'

red 40 ◦ green 234 ◦ blue 198

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

Shades of Turquoise #28EAC6

Tints of Turquoise #28EAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.95%

R = 8.47%
G = 49.58%
B = 41.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#28EAC6 (or 0x28EAC6) is known color: Turquoise. HEX triplet: 28, EA and C6. RGB value is (40,234,198). Sum of RGB (Red+Green+Blue) = 40+234+198=472 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.47% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EAC6 is #D71539. Grayscale: #ABABAB. Windows color (decimal): -14095674 or 13036072. OLE color: 13036072.

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

Color convert

RGB 40 234 198 -
CMYK 0.83 0 0.15 0.08
HSL 168.87º 0.82% 0.54% -
HSV(B) 168.87º 0.83% 0.92% -
XYZ 40.49 63.37 63.52 -
YUV 171.89 142.73 33.93 -
System Red Green Blue C M Y K H S L
Decimal 40 234 198 0.83 0 0.15 0.08 168.87 0.82 0.54
Hex 28 EA C6 53 0 F 8 A9 52 36
Octal 50 352 306 123 0 17 10 251 122 66
Binary 101000 11101010 11000110 1010011 0 1111 1000 10101001 1010010 110110

Color Harmonies of #28EAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EAC6

Black with #28EAC6

Text Example


Text Example

White with #28EAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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