Html Css Color HEX #34CECD Medium Turquoise

📋 copy color: '#34CECD'

red 52 ◦ green 206 ◦ blue 205

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

Shades of Medium Turquoise #34CECD

Tints of Medium Turquoise #34CECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 11.23%
G = 44.49%
B = 44.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#34CECD (or 0x34CECD) is known color: Medium Turquoise. HEX triplet: 34, CE and CD. RGB value is (52,206,205). Sum of RGB (Red+Green+Blue) = 52+206+205=463 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.23% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #34CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CECD is #CB3132. Grayscale: #9F9F9F. Windows color (decimal): -13316403 or 13487668. OLE color: 13487668.

HSL color Cylindrical-coordinate representation of color #34CECD: hue angle of 179.61º 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 #34CECD is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 206 205 -
CMYK 0.75 0 0.00 0.19
HSL 179.61º 0.61% 0.51% -
HSV(B) 179.61º 0.75% 0.81% -
XYZ 34.51 49.28 65.45 -
YUV 159.84 153.48 51.08 -
System Red Green Blue C M Y K H S L
Decimal 52 206 205 0.75 0 0.00 0.19 179.61 0.61 0.51
Hex 34 CE CD 4B 0 0 13 B4 3D 33
Octal 64 316 315 113 0 0 23 264 75 63
Binary 110100 11001110 11001101 1001011 0 0 10011 10110100 111101 110011

Color Harmonies of #34CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CECD

Black with #34CECD

Text Example


Text Example

White with #34CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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