Html Css Color HEX #27EBC5 Turquoise

📋 copy color: '#27EBC5'

red 39 ◦ green 235 ◦ blue 197

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

Shades of Turquoise #27EBC5

Tints of Turquoise #27EBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.83%

R = 8.28%
G = 49.89%
B = 41.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#27EBC5 (or 0x27EBC5) is known color: Turquoise. HEX triplet: 27, EB and C5. RGB value is (39,235,197). Sum of RGB (Red+Green+Blue) = 39+235+197=471 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.28% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #27EBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EBC5 is #D8143A. Grayscale: #ACACAC. Windows color (decimal): -14160955 or 12970791. OLE color: 12970791.

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

Color convert

RGB 39 235 197 -
CMYK 0.83 0 0.16 0.08
HSL 168.37º 0.83% 0.54% -
HSV(B) 168.37º 0.83% 0.92% -
XYZ 40.62 63.88 63.01 -
YUV 172.06 142.07 33.09 -
System Red Green Blue C M Y K H S L
Decimal 39 235 197 0.83 0 0.16 0.08 168.37 0.83 0.54
Hex 27 EB C5 53 0 10 8 A8 53 36
Octal 47 353 305 123 0 20 10 250 123 66
Binary 100111 11101011 11000101 1010011 0 10000 1000 10101000 1010011 110110

Color Harmonies of #27EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EBC5

Black with #27EBC5

Text Example


Text Example

White with #27EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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