#34cfdc

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

Shades of Medium Turquoise #34CFDC

Tints of Medium Turquoise #34CFDC

Color information

#34CFDC (or 0x34CFDC) is unknown color: approx Medium Turquoise. HEX triplet: 34, CF and DC. RGB value is (52,207,220). Sum of RGB (Red+Green+Blue) = 52+207+220=479 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.86% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #34CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFDC is #CB3023. Grayscale: #A1A1A1. Windows color (decimal): -13316132 or 14470964. OLE color: 14470964.

HSL color Cylindrical-coordinate representation of color #34CFDC: hue angle of 184.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CFDC is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB52207220-
CMYK0.760.0600.14
HSL184.64º70.59%53.33%-
HSV(B)184.64º76.36%86.27%-
XYZ36.6550.5275.53-
YUV162.14160.6549.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.86%
GREEN value IS 207 (81.25% from 255) = 43.22%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=10.86%
G=43.22%
B=45.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal522072200.760.0600.14184.6470.5953.33
Hex34CFDC4C60Eb94735
Octal64317334114601627110765
Binary1101001100111111011100100110011001110101110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34cfdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,207,220); }

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

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

 a { background-color: rgb(52,207,220); }

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

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

 span { border-color: rgb(52,207,220); }

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