#34DCF5

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

Shades of Turquoise #34DCF5

Tints of Turquoise #34DCF5

Color information

#34DCF5 (or 0x34DCF5) is unknown color: approx Turquoise. HEX triplet: 34, DC and F5. RGB value is (52,220,245). Sum of RGB (Red+Green+Blue) = 52+220+245=517 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.06% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #34DCF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCF5 is #CB230A. Grayscale: #ACACAC. Windows color (decimal): -13312779 or 16112692. OLE color: 16112692.

HSL color Cylindrical-coordinate representation of color #34DCF5: hue angle of 187.77º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34DCF5 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB52220245-
CMYK0.790.1000.04
HSL187.77º90.61%58.24%-
HSV(B)187.77º78.78%96.08%-
XYZ43.4958.5195.39-
YUV172.62168.8441.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.06%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 245 (96.09% from 255) = 47.39%
R=10.06%
G=42.55%
B=47.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal522202450.790.1000.04187.7790.6158.24
Hex34DCF54FA04bc5b3a
Octal64334365117120427413372
Binary1101001101110011110101100111110100100101111001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,220,245); }

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

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

 a { background-color: rgb(52,220,245); }

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

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

 span { border-color: rgb(52,220,245); }

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