Html Css Color HEX #27C9CC Medium Turquoise

📋 copy color: '#27C9CC'

red 39 ◦ green 201 ◦ blue 204

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

Shades of Medium Turquoise #27C9CC

Tints of Medium Turquoise #27C9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.27%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 8.78%
G = 45.27%
B = 45.95%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#27C9CC (or 0x27C9CC) is known color: Medium Turquoise. HEX triplet: 27, C9 and CC. RGB value is (39,201,204). Sum of RGB (Red+Green+Blue) = 39+201+204=444 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.78% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #27C9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C9CC is #D83633. Grayscale: #989898. Windows color (decimal): -14169652 or 13420839. OLE color: 13420839.

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

Color convert

RGB 39 201 204 -
CMYK 0.81 0.01 0 0.2
HSL 181.09º 0.68% 0.48% -
HSV(B) 181.09º 0.81% 0.8% -
XYZ 32.62 46.56 64.4 -
YUV 152.9 156.83 46.76 -
System Red Green Blue C M Y K H S L
Decimal 39 201 204 0.81 0.01 0 0.2 181.09 0.68 0.48
Hex 27 C9 CC 51 1 0 14 B5 44 30
Octal 47 311 314 121 1 0 24 265 104 60
Binary 100111 11001001 11001100 1010001 1 0 10100 10110101 1000100 110000

Color Harmonies of #27C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C9CC

Black with #27C9CC

Text Example


Text Example

White with #27C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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