Html Css Color HEX #34CCC0 Medium Turquoise

📋 copy color: '#34CCC0'

red 52 ◦ green 204 ◦ blue 192

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

Shades of Medium Turquoise #34CCC0

Tints of Medium Turquoise #34CCC0

RGB

 RED value IS 52 (20.7% from 255) = 11.61%

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

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 11.61%
G = 45.54%
B = 42.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#34CCC0 (or 0x34CCC0) is known color: Medium Turquoise. HEX triplet: 34, CC and C0. RGB value is (52,204,192). Sum of RGB (Red+Green+Blue) = 52+204+192=448 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.61% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #34CCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CCC0 is #CB333F. Grayscale: #9D9D9D. Windows color (decimal): -13316928 or 12635188. OLE color: 12635188.

HSL color Cylindrical-coordinate representation of color #34CCC0: hue angle of 175.26º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CCC0 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 204 192 -
CMYK 0.75 0 0.06 0.2
HSL 175.26º 0.6% 0.5% -
HSV(B) 175.26º 0.75% 0.8% -
XYZ 32.52 47.72 57.37 -
YUV 157.18 147.64 52.98 -
System Red Green Blue C M Y K H S L
Decimal 52 204 192 0.75 0 0.06 0.2 175.26 0.6 0.5
Hex 34 CC C0 4B 0 6 14 AF 3C 32
Octal 64 314 300 113 0 6 24 257 74 62
Binary 110100 11001100 11000000 1001011 0 110 10100 10101111 111100 110010

Color Harmonies of #34CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CCC0

Black with #34CCC0

Text Example


Text Example

White with #34CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34CCC0; }

 p { color: rgb(52,204,192); }

 H1.HeaderClassName
 {
   color: #34CCC0;
 }
 .AnyTagClassName
 {
   color: #34CCC0;
 }
</style>

background-color css

<style>
 a { background-color: #34CCC0; }

 a { background-color: rgb(52,204,192); }

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

border-color css

<style>
 span { border-color: #34CCC0; }

 span { border-color: rgb(52,204,192); }

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