Html Css Color HEX #27CCC1 Medium Turquoise

📋 copy color: '#27CCC1'

red 39 ◦ green 204 ◦ blue 193

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

Shades of Medium Turquoise #27CCC1

Tints of Medium Turquoise #27CCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

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

R = 8.94%
G = 46.79%
B = 44.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#27CCC1 (or 0x27CCC1) is known color: Medium Turquoise. HEX triplet: 27, CC and C1. RGB value is (39,204,193). Sum of RGB (Red+Green+Blue) = 39+204+193=436 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.94% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #27CCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCC1 is #D8333E. Grayscale: #999999. Windows color (decimal): -14168895 or 12700711. OLE color: 12700711.

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

Color convert

RGB 39 204 193 -
CMYK 0.81 0 0.05 0.2
HSL 176º 0.68% 0.48% -
HSV(B) 176º 0.81% 0.8% -
XYZ 32.06 47.47 57.92 -
YUV 153.41 150.34 46.39 -
System Red Green Blue C M Y K H S L
Decimal 39 204 193 0.81 0 0.05 0.2 176 0.68 0.48
Hex 27 CC C1 51 0 5 14 B0 44 30
Octal 47 314 301 121 0 5 24 260 104 60
Binary 100111 11001100 11000001 1010001 0 101 10100 10110000 1000100 110000

Color Harmonies of #27CCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CCC1

Black with #27CCC1

Text Example


Text Example

White with #27CCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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