#34F1D9

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

Shades of Turquoise #34F1D9

Tints of Turquoise #34F1D9

Color information

#34F1D9 (or 0x34F1D9) is unknown color: approx Turquoise. HEX triplet: 34, F1 and D9. RGB value is (52,241,217). Sum of RGB (Red+Green+Blue) = 52+241+217=510 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.20% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #34F1D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F1D9 is #CB0E26. Grayscale: #B5B5B5. Windows color (decimal): -13307431 or 14283060. OLE color: 14283060.

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

Color convert

RGB52241217-
CMYK0.7800.100.05
HSL172.38º87.1%57.45%-
HSV(B)172.38º78.42%94.51%-
XYZ45.468.6576.5-
YUV181.75147.8835.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.20%
GREEN value IS 241 (94.53% from 255) = 47.25%
BLUE value IS 217 (85.16% from 255) = 42.55%
R=10.20%
G=47.25%
B=42.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522412170.7800.100.05172.3887.157.45
Hex34F1D94E0A5ac5739
Octal64361331116012525412771
Binary1101001111000111011001100111001010101101011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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