Html Css Color HEX #27CCC3 Medium Turquoise

📋 copy color: '#27CCC3'

red 39 ◦ green 204 ◦ blue 195

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

Shades of Medium Turquoise #27CCC3

Tints of Medium Turquoise #27CCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.52%

R = 8.9%
G = 46.58%
B = 44.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#27CCC3 (or 0x27CCC3) is known color: Medium Turquoise. HEX triplet: 27, CC and C3. RGB value is (39,204,195). Sum of RGB (Red+Green+Blue) = 39+204+195=438 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.90% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #27CCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCC3 is #D8333C. Grayscale: #999999. Windows color (decimal): -14168893 or 12831783. OLE color: 12831783.

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

Color convert

RGB 39 204 195 -
CMYK 0.81 0 0.04 0.2
HSL 176.73º 0.68% 0.48% -
HSV(B) 176.73º 0.81% 0.8% -
XYZ 32.28 47.56 59.11 -
YUV 153.64 151.34 46.23 -
System Red Green Blue C M Y K H S L
Decimal 39 204 195 0.81 0 0.04 0.2 176.73 0.68 0.48
Hex 27 CC C3 51 0 4 14 B1 44 30
Octal 47 314 303 121 0 4 24 261 104 60
Binary 100111 11001100 11000011 1010001 0 100 10100 10110001 1000100 110000

Color Harmonies of #27CCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CCC3

Black with #27CCC3

Text Example


Text Example

White with #27CCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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