Html Css Color HEX #28EBC5 Turquoise

📋 copy color: '#28EBC5'

red 40 ◦ green 235 ◦ blue 197

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

Shades of Turquoise #28EBC5

Tints of Turquoise #28EBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.79%

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 8.47%
G = 49.79%
B = 41.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#28EBC5 (or 0x28EBC5) is known color: Turquoise. HEX triplet: 28, EB and C5. RGB value is (40,235,197). Sum of RGB (Red+Green+Blue) = 40+235+197=472 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.47% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EBC5 is #D7143A. Grayscale: #ACACAC. Windows color (decimal): -14095419 or 12970792. OLE color: 12970792.

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

Color convert

RGB 40 235 197 -
CMYK 0.83 0 0.16 0.08
HSL 168.31º 0.83% 0.54% -
HSV(B) 168.31º 0.83% 0.92% -
XYZ 40.66 63.9 63.01 -
YUV 172.36 141.9 33.59 -
System Red Green Blue C M Y K H S L
Decimal 40 235 197 0.83 0 0.16 0.08 168.31 0.83 0.54
Hex 28 EB C5 53 0 10 8 A8 53 36
Octal 50 353 305 123 0 20 10 250 123 66
Binary 101000 11101011 11000101 1010011 0 10000 1000 10101000 1010011 110110

Color Harmonies of #28EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EBC5

Black with #28EBC5

Text Example


Text Example

White with #28EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,235,197); }

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

background-color css

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

 a { background-color: rgb(40,235,197); }

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

border-color css

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

 span { border-color: rgb(40,235,197); }

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