#34D6E3

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

Shades of Turquoise #34D6E3

Tints of Turquoise #34D6E3

Color information

#34D6E3 (or 0x34D6E3) is unknown color: approx Turquoise. HEX triplet: 34, D6 and E3. RGB value is (52,214,227). Sum of RGB (Red+Green+Blue) = 52+214+227=493 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.55% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 227 - color contains mainly: blue. Hex color #34D6E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D6E3 is #CB291C. Grayscale: #A6A6A6. Windows color (decimal): -13314333 or 14931508. OLE color: 14931508.

HSL color Cylindrical-coordinate representation of color #34D6E3: hue angle of 184.46º 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 #34D6E3 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB52214227-
CMYK0.770.0600.11
HSL184.46º75.76%54.71%-
HSV(B)184.46º77.09%89.02%-
XYZ39.3354.3781.09-
YUV167.04161.8345.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.55%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 227 (89.06% from 255) = 46.04%
R=10.55%
G=43.41%
B=46.04%

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
Decimal522142270.770.0600.11184.4675.7654.71
Hex34D6E34D60Bb84c37
Octal64326343115601327011467
Binary1101001101011011100011100110111001011101110001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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