Html Css Color HEX #27CAC7 Medium Turquoise

📋 copy color: '#27CAC7'

red 39 ◦ green 202 ◦ blue 199

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

Shades of Medium Turquoise #27CAC7

Tints of Medium Turquoise #27CAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.23%

R = 8.86%
G = 45.91%
B = 45.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#27CAC7 (or 0x27CAC7) is known color: Medium Turquoise. HEX triplet: 27, CA and C7. RGB value is (39,202,199). Sum of RGB (Red+Green+Blue) = 39+202+199=440 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.86% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #27CAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CAC7 is #D83538. Grayscale: #989898. Windows color (decimal): -14169401 or 13093415. OLE color: 13093415.

HSL color Cylindrical-coordinate representation of color #27CAC7: hue angle of 178.9º 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 #27CAC7 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 39 202 199 -
CMYK 0.81 0 0.01 0.21
HSL 178.9º 0.68% 0.47% -
HSV(B) 178.9º 0.81% 0.79% -
XYZ 32.27 46.8 61.36 -
YUV 152.92 154 46.74 -
System Red Green Blue C M Y K H S L
Decimal 39 202 199 0.81 0 0.01 0.21 178.9 0.68 0.47
Hex 27 CA C7 51 0 1 15 B3 44 2F
Octal 47 312 307 121 0 1 25 263 104 57
Binary 100111 11001010 11000111 1010001 0 1 10101 10110011 1000100 101111

Color Harmonies of #27CAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CAC7

Black with #27CAC7

Text Example


Text Example

White with #27CAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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