#34D8DB

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

Shades of Turquoise #34D8DB

Tints of Turquoise #34D8DB

Color information

#34D8DB (or 0x34D8DB) is unknown color: approx Turquoise. HEX triplet: 34, D8 and DB. RGB value is (52,216,219). Sum of RGB (Red+Green+Blue) = 52+216+219=487 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.68% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #34D8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D8DB is #CB2724. Grayscale: #A7A7A7. Windows color (decimal): -13313829 or 14407732. OLE color: 14407732.

HSL color Cylindrical-coordinate representation of color #34D8DB: hue angle of 181.08º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D8DB is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB52216219-
CMYK0.760.0100.14
HSL181.08º69.87%53.14%-
HSV(B)181.08º76.26%85.88%-
XYZ38.7654.9675.58-
YUV167.31157.1745.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.68%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=10.68%
G=44.35%
B=44.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal522162190.760.0100.14181.0869.8753.14
Hex34D8DB4C10Eb54635
Octal64330333114101626510665
Binary11010011011000110110111001100101110101101011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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