Html Css Color HEX #27EBC1 Turquoise

📋 copy color: '#27EBC1'

red 39 ◦ green 235 ◦ blue 193

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

Shades of Turquoise #27EBC1

Tints of Turquoise #27EBC1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.32%

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

R = 8.35%
G = 50.32%
B = 41.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#27EBC1 (or 0x27EBC1) is known color: Turquoise. HEX triplet: 27, EB and C1. RGB value is (39,235,193). Sum of RGB (Red+Green+Blue) = 39+235+193=467 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.35% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #27EBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EBC1 is #D8143E. Grayscale: #ABABAB. Windows color (decimal): -14160959 or 12708647. OLE color: 12708647.

HSL color Cylindrical-coordinate representation of color #27EBC1: hue angle of 167.14º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27EBC1 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 235 193 -
CMYK 0.83 0 0.18 0.08
HSL 167.14º 0.83% 0.54% -
HSV(B) 167.14º 0.83% 0.92% -
XYZ 40.17 63.7 60.63 -
YUV 171.61 140.07 33.42 -
System Red Green Blue C M Y K H S L
Decimal 39 235 193 0.83 0 0.18 0.08 167.14 0.83 0.54
Hex 27 EB C1 53 0 12 8 A7 53 36
Octal 47 353 301 123 0 22 10 247 123 66
Binary 100111 11101011 11000001 1010011 0 10010 1000 10100111 1010011 110110

Color Harmonies of #27EBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EBC1

Black with #27EBC1

Text Example


Text Example

White with #27EBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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