Html Css Color HEX #27CAC5 Medium Turquoise

📋 copy color: '#27CAC5'

red 39 ◦ green 202 ◦ blue 197

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

Shades of Medium Turquoise #27CAC5

Tints of Medium Turquoise #27CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.12%

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

R = 8.9%
G = 46.12%
B = 44.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#27CAC5 (or 0x27CAC5) is known color: Medium Turquoise. HEX triplet: 27, CA and C5. RGB value is (39,202,197). Sum of RGB (Red+Green+Blue) = 39+202+197=438 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.90% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #27CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CAC5 is #D8353A. Grayscale: #989898. Windows color (decimal): -14169403 or 12962343. OLE color: 12962343.

HSL color Cylindrical-coordinate representation of color #27CAC5: hue angle of 178.16º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CAC5 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 39 202 197 -
CMYK 0.81 0 0.02 0.21
HSL 178.16º 0.68% 0.47% -
HSV(B) 178.16º 0.81% 0.79% -
XYZ 32.04 46.7 60.15 -
YUV 152.69 153 46.91 -
System Red Green Blue C M Y K H S L
Decimal 39 202 197 0.81 0 0.02 0.21 178.16 0.68 0.47
Hex 27 CA C5 51 0 2 15 B2 44 2F
Octal 47 312 305 121 0 2 25 262 104 57
Binary 100111 11001010 11000101 1010001 0 10 10101 10110010 1000100 101111

Color Harmonies of #27CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CAC5

Black with #27CAC5

Text Example


Text Example

White with #27CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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