Html Css Color HEX #27EEBA Turquoise

📋 copy color: '#27EEBA'

red 39 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #27EEBA

Tints of Turquoise #27EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.4%

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

R = 8.42%
G = 51.4%
B = 40.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#27EEBA (or 0x27EEBA) is known color: Turquoise. HEX triplet: 27, EE and BA. RGB value is (39,238,186). Sum of RGB (Red+Green+Blue) = 39+238+186=463 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.42% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #27EEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EEBA is #D81145. Grayscale: #ACACAC. Windows color (decimal): -14160198 or 12250663. OLE color: 12250663.

HSL color Cylindrical-coordinate representation of color #27EEBA: hue angle of 164.32º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EEBA is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 238 186 -
CMYK 0.84 0 0.22 0.07
HSL 164.32º 0.85% 0.54% -
HSV(B) 164.32º 0.84% 0.93% -
XYZ 40.27 65.13 56.9 -
YUV 172.57 135.57 32.73 -
System Red Green Blue C M Y K H S L
Decimal 39 238 186 0.84 0 0.22 0.07 164.32 0.85 0.54
Hex 27 EE BA 54 0 16 7 A4 55 36
Octal 47 356 272 124 0 26 7 244 125 66
Binary 100111 11101110 10111010 1010100 0 10110 111 10100100 1010101 110110

Color Harmonies of #27EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EEBA

Black with #27EEBA

Text Example


Text Example

White with #27EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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