Html Css Color HEX #28EFBC Turquoise

📋 copy color: '#28EFBC'

red 40 ◦ green 239 ◦ blue 188

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

Shades of Turquoise #28EFBC

Tints of Turquoise #28EFBC

RGB

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

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

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

R = 8.57%
G = 51.18%
B = 40.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#28EFBC (or 0x28EFBC) is known color: Turquoise. HEX triplet: 28, EF and BC. RGB value is (40,239,188). Sum of RGB (Red+Green+Blue) = 40+239+188=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFBC is #D71043. Grayscale: #ADADAD. Windows color (decimal): -14094404 or 12381992. OLE color: 12381992.

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

Color convert

RGB 40 239 188 -
CMYK 0.83 0 0.21 0.06
HSL 164.62º 0.86% 0.55% -
HSV(B) 164.62º 0.83% 0.94% -
XYZ 40.82 65.81 58.13 -
YUV 173.69 136.07 32.65 -
System Red Green Blue C M Y K H S L
Decimal 40 239 188 0.83 0 0.21 0.06 164.62 0.86 0.55
Hex 28 EF BC 53 0 15 6 A5 56 37
Octal 50 357 274 123 0 25 6 245 126 67
Binary 101000 11101111 10111100 1010011 0 10101 110 10100101 1010110 110111

Color Harmonies of #28EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EFBC

Black with #28EFBC

Text Example


Text Example

White with #28EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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