#34F2C1

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

Shades of Turquoise #34F2C1

Tints of Turquoise #34F2C1

Color information

#34F2C1 (or 0x34F2C1) is unknown color: approx Turquoise. HEX triplet: 34, F2 and C1. RGB value is (52,242,193). Sum of RGB (Red+Green+Blue) = 52+242+193=487 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.68% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #34F2C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F2C1 is #CB0D3E. Grayscale: #B3B3B3. Windows color (decimal): -13307199 or 12710452. OLE color: 12710452.

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

Color convert

RGB52242193-
CMYK0.7900.200.05
HSL164.53º87.96%57.65%-
HSV(B)164.53º78.51%94.9%-
XYZ42.7968.0861.34-
YUV179.6135.5536.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.68%
GREEN value IS 242 (94.92% from 255) = 49.69%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=10.68%
G=49.69%
B=39.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522421930.7900.200.05164.5387.9657.65
Hex34F2C14F0145a5583a
Octal64362301117024524513072
Binary11010011110010110000011001111010100101101001011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,242,193); }

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

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

 a { background-color: rgb(52,242,193); }

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

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

 span { border-color: rgb(52,242,193); }

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