Html Css Color HEX #34CECC Medium Turquoise

📋 copy color: '#34CECC'

red 52 ◦ green 206 ◦ blue 204

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

Shades of Medium Turquoise #34CECC

Tints of Medium Turquoise #34CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.59%

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

R = 11.26%
G = 44.59%
B = 44.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#34CECC (or 0x34CECC) is known color: Medium Turquoise. HEX triplet: 34, CE and CC. RGB value is (52,206,204). Sum of RGB (Red+Green+Blue) = 52+206+204=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #34CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CECC is #CB3133. Grayscale: #9F9F9F. Windows color (decimal): -13316404 or 13422132. OLE color: 13422132.

HSL color Cylindrical-coordinate representation of color #34CECC: hue angle of 179.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CECC is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 206 204 -
CMYK 0.75 0 0.01 0.19
HSL 179.22º 0.61% 0.51% -
HSV(B) 179.22º 0.75% 0.81% -
XYZ 34.39 49.23 64.82 -
YUV 159.73 152.98 51.16 -
System Red Green Blue C M Y K H S L
Decimal 52 206 204 0.75 0 0.01 0.19 179.22 0.61 0.51
Hex 34 CE CC 4B 0 1 13 B3 3D 33
Octal 64 316 314 113 0 1 23 263 75 63
Binary 110100 11001110 11001100 1001011 0 1 10011 10110011 111101 110011

Color Harmonies of #34CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CECC

Black with #34CECC

Text Example


Text Example

White with #34CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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