#34DBF0

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

Shades of Turquoise #34DBF0

Tints of Turquoise #34DBF0

Color information

#34DBF0 (or 0x34DBF0) is unknown color: approx Turquoise. HEX triplet: 34, DB and F0. RGB value is (52,219,240). Sum of RGB (Red+Green+Blue) = 52+219+240=511 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.18% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #34DBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DBF0 is #CB240F. Grayscale: #ABABAB. Windows color (decimal): -13313040 or 15784756. OLE color: 15784756.

HSL color Cylindrical-coordinate representation of color #34DBF0: hue angle of 186.7º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34DBF0 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB52219240-
CMYK0.780.0900.06
HSL186.7º86.24%57.25%-
HSV(B)186.7º78.33%94.12%-
XYZ42.4857.6891.33-
YUV171.46166.6742.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.18%
GREEN value IS 219 (85.94% from 255) = 42.86%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=10.18%
G=42.86%
B=46.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal522192400.780.0900.06186.786.2457.25
Hex34DBF04E906bb5639
Octal64333360116110627312671
Binary1101001101101111110000100111010010110101110111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,219,240); }

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

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

 a { background-color: rgb(52,219,240); }

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

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

 span { border-color: rgb(52,219,240); }

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