#34D8F1

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

Shades of Turquoise #34D8F1

Tints of Turquoise #34D8F1

Color information

#34D8F1 (or 0x34D8F1) is unknown color: approx Turquoise. HEX triplet: 34, D8 and F1. RGB value is (52,216,241). Sum of RGB (Red+Green+Blue) = 52+216+241=509 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.22% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #34D8F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D8F1 is #CB270E. Grayscale: #A9A9A9. Windows color (decimal): -13313807 or 15849524. OLE color: 15849524.

HSL color Cylindrical-coordinate representation of color #34D8F1: hue angle of 187.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34D8F1 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB52216241-
CMYK0.780.1000.05
HSL187.94º87.1%57.45%-
HSV(B)187.94º78.42%94.51%-
XYZ41.8556.1991.86-
YUV169.81168.1743.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.22%
GREEN value IS 216 (84.77% from 255) = 42.44%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=10.22%
G=42.44%
B=47.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522162410.780.1000.05187.9487.157.45
Hex34D8F14EA05bc5739
Octal64330361116120527412771
Binary1101001101100011110001100111010100101101111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,216,241); }

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

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

 a { background-color: rgb(52,216,241); }

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

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

 span { border-color: rgb(52,216,241); }

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