#34CDC4

Color #34CDC4 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #34CDC4

Tints of Medium Turquoise #34CDC4

Color information

#34CDC4 (or 0x34CDC4) is unknown color: approx Medium Turquoise. HEX triplet: 34, CD and C4. RGB value is (52,205,196). Sum of RGB (Red+Green+Blue) = 52+205+196=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #34CDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CDC4 is #CB323B. Grayscale: #9E9E9E. Windows color (decimal): -13316668 or 12897588. OLE color: 12897588.

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

Color convert

RGB52205196-
CMYK0.7500.040.20
HSL176.47º60.47%50.39%-
HSV(B)176.47º74.63%80.39%-
XYZ33.2148.3859.81-
YUV158.23149.3152.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.48%
GREEN value IS 205 (80.47% from 255) = 45.25%
BLUE value IS 196 (76.95% from 255) = 43.27%
R=11.48%
G=45.25%
B=43.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal522051960.7500.040.20176.4760.4750.39
Hex34CDC44B0414b03c32
Octal6431530411304242607462
Binary1101001100110111000100100101101001010010110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34CDC4;
 }
 .AnyTagClassName
 {
   color: #34CDC4;
 }
</style>
background-color css

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

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

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

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

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

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