Html Css Color HEX #27E9BE Turquoise

📋 copy color: '#27E9BE'

red 39 ◦ green 233 ◦ blue 190

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

Shades of Turquoise #27E9BE

Tints of Turquoise #27E9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 8.44%
G = 50.43%
B = 41.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#27E9BE (or 0x27E9BE) is known color: Turquoise. HEX triplet: 27, E9 and BE. RGB value is (39,233,190). Sum of RGB (Red+Green+Blue) = 39+233+190=462 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.44% from 462); Green value is 233 (91.41% from 255 or 50.43% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 233 - color contains mainly: green. Hex color #27E9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E9BE is #D81641. Grayscale: #AAAAAA. Windows color (decimal): -14161474 or 12511527. OLE color: 12511527.

HSL color Cylindrical-coordinate representation of color #27E9BE: hue angle of 166.7º 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 #27E9BE is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 39 233 190 -
CMYK 0.83 0 0.18 0.09
HSL 166.7º 0.82% 0.53% -
HSV(B) 166.7º 0.83% 0.91% -
XYZ 39.27 62.43 58.7 -
YUV 170.09 139.23 34.5 -
System Red Green Blue C M Y K H S L
Decimal 39 233 190 0.83 0 0.18 0.09 166.7 0.82 0.53
Hex 27 E9 BE 53 0 12 9 A7 52 35
Octal 47 351 276 123 0 22 11 247 122 65
Binary 100111 11101001 10111110 1010011 0 10010 1001 10100111 1010010 110101

Color Harmonies of #27E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E9BE

Black with #27E9BE

Text Example


Text Example

White with #27E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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