#34CCCD

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

Shades of Medium Turquoise #34CCCD

Tints of Medium Turquoise #34CCCD

Color information

#34CCCD (or 0x34CCCD) is unknown color: approx Medium Turquoise. HEX triplet: 34, CC and CD. RGB value is (52,204,205). Sum of RGB (Red+Green+Blue) = 52+204+205=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #34CCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CCCD is #CB3332. Grayscale: #9E9E9E. Windows color (decimal): -13316915 or 13487156. OLE color: 13487156.

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

Color convert

RGB52204205-
CMYK0.750.0000.20
HSL180.39º60.47%50.39%-
HSV(B)180.39º74.63%80.39%-
XYZ34.0348.3265.29-
YUV158.67154.1451.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.28%
GREEN value IS 204 (80.08% from 255) = 44.25%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=11.28%
G=44.25%
B=44.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal522042050.750.0000.20180.3960.4750.39
Hex34CCCD4B0014b43c32
Octal6431431511300242647462
Binary11010011001100110011011001011001010010110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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