Html Css Color HEX #28EFBB Turquoise

📋 copy color: '#28EFBB'

red 40 ◦ green 239 ◦ blue 187

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

Shades of Turquoise #28EFBB

Tints of Turquoise #28EFBB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.29%

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 8.58%
G = 51.29%
B = 40.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#28EFBB (or 0x28EFBB) is known color: Turquoise. HEX triplet: 28, EF and BB. RGB value is (40,239,187). Sum of RGB (Red+Green+Blue) = 40+239+187=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFBB is #D71044. Grayscale: #ADADAD. Windows color (decimal): -14094405 or 12316456. OLE color: 12316456.

HSL color Cylindrical-coordinate representation of color #28EFBB: hue angle of 164.32º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EFBB is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 239 187 -
CMYK 0.83 0 0.22 0.06
HSL 164.32º 0.86% 0.55% -
HSV(B) 164.32º 0.83% 0.94% -
XYZ 40.71 65.77 57.56 -
YUV 173.57 135.57 32.73 -
System Red Green Blue C M Y K H S L
Decimal 40 239 187 0.83 0 0.22 0.06 164.32 0.86 0.55
Hex 28 EF BB 53 0 16 6 A4 56 37
Octal 50 357 273 123 0 26 6 244 126 67
Binary 101000 11101111 10111011 1010011 0 10110 110 10100100 1010110 110111

Color Harmonies of #28EFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EFBB

Black with #28EFBB

Text Example


Text Example

White with #28EFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,239,187); }

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

background-color css

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

 a { background-color: rgb(40,239,187); }

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

border-color css

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

 span { border-color: rgb(40,239,187); }

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