#34F1C3

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

Shades of Turquoise #34F1C3

Tints of Turquoise #34F1C3

Color information

#34F1C3 (or 0x34F1C3) is unknown color: approx Turquoise. HEX triplet: 34, F1 and C3. RGB value is (52,241,195). Sum of RGB (Red+Green+Blue) = 52+241+195=488 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.66% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #34F1C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F1C3 is #CB0E3C. Grayscale: #B3B3B3. Windows color (decimal): -13307453 or 12841268. OLE color: 12841268.

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

Color convert

RGB52241195-
CMYK0.7800.190.05
HSL165.4º87.1%57.45%-
HSV(B)165.4º78.42%94.51%-
XYZ42.7267.5862.42-
YUV179.24136.8837.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.66%
GREEN value IS 241 (94.53% from 255) = 49.39%
BLUE value IS 195 (76.56% from 255) = 39.96%
R=10.66%
G=49.39%
B=39.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522411950.7800.190.05165.487.157.45
Hex34F1C34E0135a55739
Octal64361303116023524512771
Binary11010011110001110000111001110010011101101001011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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