Html Css Color HEX #27CEC1 Turquoise

📋 copy color: '#27CEC1'

red 39 ◦ green 206 ◦ blue 193

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

Shades of Turquoise #27CEC1

Tints of Turquoise #27CEC1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.03%

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

R = 8.9%
G = 47.03%
B = 44.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#27CEC1 (or 0x27CEC1) is known color: Turquoise. HEX triplet: 27, CE and C1. RGB value is (39,206,193). Sum of RGB (Red+Green+Blue) = 39+206+193=438 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.90% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #27CEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CEC1 is #D8313E. Grayscale: #9A9A9A. Windows color (decimal): -14168383 or 12701223. OLE color: 12701223.

HSL color Cylindrical-coordinate representation of color #27CEC1: hue angle of 175.33º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CEC1 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 206 193 -
CMYK 0.81 0 0.06 0.19
HSL 175.33º 0.68% 0.48% -
HSV(B) 175.33º 0.81% 0.81% -
XYZ 32.53 48.42 58.08 -
YUV 154.59 149.67 45.56 -
System Red Green Blue C M Y K H S L
Decimal 39 206 193 0.81 0 0.06 0.19 175.33 0.68 0.48
Hex 27 CE C1 51 0 6 13 AF 44 30
Octal 47 316 301 121 0 6 23 257 104 60
Binary 100111 11001110 11000001 1010001 0 110 10011 10101111 1000100 110000

Color Harmonies of #27CEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CEC1

Black with #27CEC1

Text Example


Text Example

White with #27CEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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