#34F1C0

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

Shades of Turquoise #34F1C0

Tints of Turquoise #34F1C0

Color information

#34F1C0 (or 0x34F1C0) is unknown color: approx Turquoise. HEX triplet: 34, F1 and C0. RGB value is (52,241,192). Sum of RGB (Red+Green+Blue) = 52+241+192=485 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.72% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #34F1C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F1C0 is #CB0E3F. Grayscale: #B2B2B2. Windows color (decimal): -13307456 or 12644660. OLE color: 12644660.

HSL color Cylindrical-coordinate representation of color #34F1C0: hue angle of 164.44º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F1C0 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB52241192-
CMYK0.7800.200.05
HSL164.44º87.1%57.45%-
HSV(B)164.44º78.42%94.51%-
XYZ42.3967.4560.65-
YUV178.9135.3837.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.72%
GREEN value IS 241 (94.53% from 255) = 49.69%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=10.72%
G=49.69%
B=39.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522411920.7800.200.05164.4487.157.45
Hex34F1C04E0145a45739
Octal64361300116024524412771
Binary11010011110001110000001001110010100101101001001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,241,192); }

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

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

 a { background-color: rgb(52,241,192); }

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

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

 span { border-color: rgb(52,241,192); }

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