Html Css Color HEX #28EEBC Turquoise

📋 copy color: '#28EEBC'

red 40 ◦ green 238 ◦ blue 188

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

Shades of Turquoise #28EEBC

Tints of Turquoise #28EEBC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.07%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 8.58%
G = 51.07%
B = 40.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#28EEBC (or 0x28EEBC) is known color: Turquoise. HEX triplet: 28, EE and BC. RGB value is (40,238,188). Sum of RGB (Red+Green+Blue) = 40+238+188=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 238 (93.36% from 255 or 51.07% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EEBC is #D71143. Grayscale: #ADADAD. Windows color (decimal): -14094660 or 12381736. OLE color: 12381736.

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

Color convert

RGB 40 238 188 -
CMYK 0.83 0 0.21 0.07
HSL 164.85º 0.85% 0.55% -
HSV(B) 164.85º 0.83% 0.93% -
XYZ 40.53 65.23 58.03 -
YUV 173.1 136.4 33.07 -
System Red Green Blue C M Y K H S L
Decimal 40 238 188 0.83 0 0.21 0.07 164.85 0.85 0.55
Hex 28 EE BC 53 0 15 7 A5 55 37
Octal 50 356 274 123 0 25 7 245 125 67
Binary 101000 11101110 10111100 1010011 0 10101 111 10100101 1010101 110111

Color Harmonies of #28EEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EEBC

Black with #28EEBC

Text Example


Text Example

White with #28EEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,238,188); }

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

background-color css

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

 a { background-color: rgb(40,238,188); }

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

border-color css

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

 span { border-color: rgb(40,238,188); }

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