Html Css Color HEX #27E8BD Turquoise

📋 copy color: '#27E8BD'

red 39 ◦ green 232 ◦ blue 189

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

Shades of Turquoise #27E8BD

Tints of Turquoise #27E8BD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.43%

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 8.48%
G = 50.43%
B = 41.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#27E8BD (or 0x27E8BD) is known color: Turquoise. HEX triplet: 27, E8 and BD. RGB value is (39,232,189). Sum of RGB (Red+Green+Blue) = 39+232+189=460 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.48% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #27E8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E8BD is #D81742. Grayscale: #A9A9A9. Windows color (decimal): -14161731 or 12445735. OLE color: 12445735.

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

Color convert

RGB 39 232 189 -
CMYK 0.83 0 0.19 0.09
HSL 166.63º 0.81% 0.53% -
HSV(B) 166.63º 0.83% 0.91% -
XYZ 38.88 61.82 58.03 -
YUV 169.39 139.06 35 -
System Red Green Blue C M Y K H S L
Decimal 39 232 189 0.83 0 0.19 0.09 166.63 0.81 0.53
Hex 27 E8 BD 53 0 13 9 A7 51 35
Octal 47 350 275 123 0 23 11 247 121 65
Binary 100111 11101000 10111101 1010011 0 10011 1001 10100111 1010001 110101

Color Harmonies of #27E8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E8BD

Black with #27E8BD

Text Example


Text Example

White with #27E8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,232,189); }

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

background-color css

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

 a { background-color: rgb(39,232,189); }

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

border-color css

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

 span { border-color: rgb(39,232,189); }

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