Html Css Color HEX #27E2BA Turquoise

📋 copy color: '#27E2BA'

red 39 ◦ green 226 ◦ blue 186

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

Shades of Turquoise #27E2BA

Tints of Turquoise #27E2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.11%

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 8.65%
G = 50.11%
B = 41.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#27E2BA (or 0x27E2BA) is known color: Turquoise. HEX triplet: 27, E2 and BA. RGB value is (39,226,186). Sum of RGB (Red+Green+Blue) = 39+226+186=451 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.65% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #27E2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E2BA is #D81D45. Grayscale: #A5A5A5. Windows color (decimal): -14163270 or 12247591. OLE color: 12247591.

HSL color Cylindrical-coordinate representation of color #27E2BA: hue angle of 167.17º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E2BA is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 39 226 186 -
CMYK 0.83 0 0.18 0.11
HSL 167.17º 0.76% 0.52% -
HSV(B) 167.17º 0.83% 0.89% -
XYZ 36.9 58.37 55.78 -
YUV 165.53 139.55 37.75 -
System Red Green Blue C M Y K H S L
Decimal 39 226 186 0.83 0 0.18 0.11 167.17 0.76 0.52
Hex 27 E2 BA 53 0 12 B A7 4C 34
Octal 47 342 272 123 0 22 13 247 114 64
Binary 100111 11100010 10111010 1010011 0 10010 1011 10100111 1001100 110100

Color Harmonies of #27E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E2BA

Black with #27E2BA

Text Example


Text Example

White with #27E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,226,186); }

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

background-color css

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

 a { background-color: rgb(39,226,186); }

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

border-color css

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

 span { border-color: rgb(39,226,186); }

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