Html Css Color HEX #28EDB6 Turquoise

📋 copy color: '#28EDB6'

red 40 ◦ green 237 ◦ blue 182

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

Shades of Turquoise #28EDB6

Tints of Turquoise #28EDB6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.63%

 BLUE value IS 182 (71.48% from 255) = 39.65%

R = 8.71%
G = 51.63%
B = 39.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#28EDB6 (or 0x28EDB6) is known color: Turquoise. HEX triplet: 28, ED and B6. RGB value is (40,237,182). Sum of RGB (Red+Green+Blue) = 40+237+182=459 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.71% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EDB6 is #D71249. Grayscale: #ABABAB. Windows color (decimal): -14094922 or 11988264. OLE color: 11988264.

HSL color Cylindrical-coordinate representation of color #28EDB6: hue angle of 163.25º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EDB6 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 237 182 -
CMYK 0.83 0 0.23 0.07
HSL 163.25º 0.85% 0.54% -
HSV(B) 163.25º 0.83% 0.93% -
XYZ 39.6 64.4 54.6 -
YUV 171.83 133.73 33.97 -
System Red Green Blue C M Y K H S L
Decimal 40 237 182 0.83 0 0.23 0.07 163.25 0.85 0.54
Hex 28 ED B6 53 0 17 7 A3 55 36
Octal 50 355 266 123 0 27 7 243 125 66
Binary 101000 11101101 10110110 1010011 0 10111 111 10100011 1010101 110110

Color Harmonies of #28EDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EDB6

Black with #28EDB6

Text Example


Text Example

White with #28EDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,237,182); }

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

background-color css

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

 a { background-color: rgb(40,237,182); }

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

border-color css

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

 span { border-color: rgb(40,237,182); }

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