Html Css Color HEX #27EEBE Turquoise

📋 copy color: '#27EEBE'

red 39 ◦ green 238 ◦ blue 190

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

Shades of Turquoise #27EEBE

Tints of Turquoise #27EEBE

RGB

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

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

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

R = 8.35%
G = 50.96%
B = 40.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#27EEBE (or 0x27EEBE) is known color: Turquoise. HEX triplet: 27, EE and BE. RGB value is (39,238,190). Sum of RGB (Red+Green+Blue) = 39+238+190=467 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.35% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #27EEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EEBE is #D81141. Grayscale: #ADADAD. Windows color (decimal): -14160194 or 12512807. OLE color: 12512807.

HSL color Cylindrical-coordinate representation of color #27EEBE: hue angle of 165.53º 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 #27EEBE is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 238 190 -
CMYK 0.84 0 0.20 0.07
HSL 165.53º 0.85% 0.54% -
HSV(B) 165.53º 0.84% 0.93% -
XYZ 40.71 65.3 59.17 -
YUV 173.03 137.57 32.4 -
System Red Green Blue C M Y K H S L
Decimal 39 238 190 0.84 0 0.20 0.07 165.53 0.85 0.54
Hex 27 EE BE 54 0 14 7 A6 55 36
Octal 47 356 276 124 0 24 7 246 125 66
Binary 100111 11101110 10111110 1010100 0 10100 111 10100110 1010101 110110

Color Harmonies of #27EEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EEBE

Black with #27EEBE

Text Example


Text Example

White with #27EEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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