#34DCF9

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

Shades of Turquoise #34DCF9

Tints of Turquoise #34DCF9

Color information

#34DCF9 (or 0x34DCF9) is unknown color: approx Turquoise. HEX triplet: 34, DC and F9. RGB value is (52,220,249). Sum of RGB (Red+Green+Blue) = 52+220+249=521 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.98% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #34DCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCF9 is #CB2306. Grayscale: #ACACAC. Windows color (decimal): -13312775 or 16374836. OLE color: 16374836.

HSL color Cylindrical-coordinate representation of color #34DCF9: hue angle of 188.83º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34DCF9 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB52220249-
CMYK0.790.1200.02
HSL188.83º94.26%59.02%-
HSV(B)188.83º79.12%97.65%-
XYZ44.1158.7698.64-
YUV173.07170.8441.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.98%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=9.98%
G=42.23%
B=47.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal522202490.790.1200.02188.8394.2659.02
Hex34DCF94FC02bd5e3b
Octal64334371117140227513673
Binary110100110111001111100110011111100010101111011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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