#34C2CC

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

Shades of Medium Turquoise #34C2CC

Tints of Medium Turquoise #34C2CC

Color information

#34C2CC (or 0x34C2CC) is unknown color: approx Medium Turquoise. HEX triplet: 34, C2 and CC. RGB value is (52,194,204). Sum of RGB (Red+Green+Blue) = 52+194+204=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #34C2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C2CC is #CB3D33. Grayscale: #989898. Windows color (decimal): -13319476 or 13419060. OLE color: 13419060.

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

Color convert

RGB52194204-
CMYK0.750.0500.2
HSL183.95º59.84%50.2%-
HSV(B)183.95º74.51%80%-
XYZ31.6143.6763.89-
YUV152.68156.9656.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.56%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=11.56%
G=43.11%
B=45.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal521942040.750.0500.2183.9559.8450.2
Hex34C2CC4B5014b83c32
Octal6430231411350242707462
Binary1101001100001011001100100101110101010010111000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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