Html Css Color HEX #27CCC6 Medium Turquoise

📋 copy color: '#27CCC6'

red 39 ◦ green 204 ◦ blue 198

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

Shades of Medium Turquoise #27CCC6

Tints of Medium Turquoise #27CCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.9%

R = 8.84%
G = 46.26%
B = 44.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#27CCC6 (or 0x27CCC6) is known color: Medium Turquoise. HEX triplet: 27, CC and C6. RGB value is (39,204,198). Sum of RGB (Red+Green+Blue) = 39+204+198=441 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.84% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #27CCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCC6 is #D83339. Grayscale: #999999. Windows color (decimal): -14168890 or 13028391. OLE color: 13028391.

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

Color convert

RGB 39 204 198 -
CMYK 0.81 0 0.03 0.2
HSL 177.82º 0.68% 0.48% -
HSV(B) 177.82º 0.81% 0.8% -
XYZ 32.62 47.69 60.91 -
YUV 153.98 152.84 45.99 -
System Red Green Blue C M Y K H S L
Decimal 39 204 198 0.81 0 0.03 0.2 177.82 0.68 0.48
Hex 27 CC C6 51 0 3 14 B2 44 30
Octal 47 314 306 121 0 3 24 262 104 60
Binary 100111 11001100 11000110 1010001 0 11 10100 10110010 1000100 110000

Color Harmonies of #27CCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CCC6

Black with #27CCC6

Text Example


Text Example

White with #27CCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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