Html Css Color HEX #27E9BB Turquoise

📋 copy color: '#27E9BB'

red 39 ◦ green 233 ◦ blue 187

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

Shades of Turquoise #27E9BB

Tints of Turquoise #27E9BB

RGB

 RED value IS 39 (15.63% from 255) = 8.5%

 GREEN value IS 233 (91.41% from 255) = 50.76%

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

R = 8.5%
G = 50.76%
B = 40.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#27E9BB (or 0x27E9BB) is known color: Turquoise. HEX triplet: 27, E9 and BB. RGB value is (39,233,187). Sum of RGB (Red+Green+Blue) = 39+233+187=459 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.50% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #27E9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E9BB is #D81644. Grayscale: #A9A9A9. Windows color (decimal): -14161477 or 12314919. OLE color: 12314919.

HSL color Cylindrical-coordinate representation of color #27E9BB: hue angle of 165.77º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E9BB is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 39 233 187 -
CMYK 0.83 0 0.20 0.09
HSL 165.77º 0.82% 0.53% -
HSV(B) 165.77º 0.83% 0.91% -
XYZ 38.95 62.3 56.99 -
YUV 169.75 137.73 34.74 -
System Red Green Blue C M Y K H S L
Decimal 39 233 187 0.83 0 0.20 0.09 165.77 0.82 0.53
Hex 27 E9 BB 53 0 14 9 A6 52 35
Octal 47 351 273 123 0 24 11 246 122 65
Binary 100111 11101001 10111011 1010011 0 10100 1001 10100110 1010010 110101

Color Harmonies of #27E9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E9BB

Black with #27E9BB

Text Example


Text Example

White with #27E9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27E9BB; }

 p { color: rgb(39,233,187); }

 H1.HeaderClassName
 {
   color: #27E9BB;
 }
 .AnyTagClassName
 {
   color: #27E9BB;
 }
</style>

background-color css

<style>
 a { background-color: #27E9BB; }

 a { background-color: rgb(39,233,187); }

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

border-color css

<style>
 span { border-color: #27E9BB; }

 span { border-color: rgb(39,233,187); }

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