#34CEDD

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

Shades of Medium Turquoise #34CEDD

Tints of Medium Turquoise #34CEDD

Color information

#34CEDD (or 0x34CEDD) is unknown color: approx Medium Turquoise. HEX triplet: 34, CE and DD. RGB value is (52,206,221). Sum of RGB (Red+Green+Blue) = 52+206+221=479 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.86% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #34CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CEDD is #CB3122. Grayscale: #A1A1A1. Windows color (decimal): -13316387 or 14536244. OLE color: 14536244.

HSL color Cylindrical-coordinate representation of color #34CEDD: hue angle of 185.33º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CEDD is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB52206221-
CMYK0.760.0700.13
HSL185.33º71.31%53.53%-
HSV(B)185.33º76.47%86.67%-
XYZ36.5450.0976.15-
YUV161.66161.4849.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.86%
GREEN value IS 206 (80.86% from 255) = 43.01%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=10.86%
G=43.01%
B=46.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522062210.760.0700.13185.3371.3153.53
Hex34CEDD4C70Db94736
Octal64316335114701527110766
Binary1101001100111011011101100110011101101101110011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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