#34D5E3

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

Shades of Turquoise #34D5E3

Tints of Turquoise #34D5E3

Color information

#34D5E3 (or 0x34D5E3) is unknown color: approx Turquoise. HEX triplet: 34, D5 and E3. RGB value is (52,213,227). Sum of RGB (Red+Green+Blue) = 52+213+227=492 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.57% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #34D5E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D5E3 is #CB2A1C. Grayscale: #A6A6A6. Windows color (decimal): -13314589 or 14931252. OLE color: 14931252.

HSL color Cylindrical-coordinate representation of color #34D5E3: hue angle of 184.8º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34D5E3 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB52213227-
CMYK0.770.0600.11
HSL184.8º75.76%54.71%-
HSV(B)184.8º77.09%89.02%-
XYZ39.0853.8681.01-
YUV166.46162.1646.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.57%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 227 (89.06% from 255) = 46.14%
R=10.57%
G=43.29%
B=46.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal522132270.770.0600.11184.875.7654.71
Hex34D5E34D60Bb94c37
Octal64325343115601327111467
Binary1101001101010111100011100110111001011101110011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,213,227); }

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

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

 a { background-color: rgb(52,213,227); }

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

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

 span { border-color: rgb(52,213,227); }

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