Html Css Color HEX #27E9C1 Turquoise

📋 copy color: '#27E9C1'

red 39 ◦ green 233 ◦ blue 193

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

Shades of Turquoise #27E9C1

Tints of Turquoise #27E9C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.51%

R = 8.39%
G = 50.11%
B = 41.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#27E9C1 (or 0x27E9C1) is known color: Turquoise. HEX triplet: 27, E9 and C1. RGB value is (39,233,193). Sum of RGB (Red+Green+Blue) = 39+233+193=465 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.39% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #27E9C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E9C1 is #D8163E. Grayscale: #AAAAAA. Windows color (decimal): -14161471 or 12708135. OLE color: 12708135.

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

Color convert

RGB 39 233 193 -
CMYK 0.83 0 0.17 0.09
HSL 167.63º 0.82% 0.53% -
HSV(B) 167.63º 0.83% 0.91% -
XYZ 39.6 62.56 60.44 -
YUV 170.43 140.73 34.25 -
System Red Green Blue C M Y K H S L
Decimal 39 233 193 0.83 0 0.17 0.09 167.63 0.82 0.53
Hex 27 E9 C1 53 0 11 9 A8 52 35
Octal 47 351 301 123 0 21 11 250 122 65
Binary 100111 11101001 11000001 1010011 0 10001 1001 10101000 1010010 110101

Color Harmonies of #27E9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E9C1

Black with #27E9C1

Text Example


Text Example

White with #27E9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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