Html Css Color HEX #34D3DB Turquoise

📋 copy color: '#34D3DB'

red 52 ◦ green 211 ◦ blue 219

#34D3DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #34D3DB

Tints of Turquoise #34D3DB

RGB

 RED value IS 52 (20.7% from 255) = 10.79%

 GREEN value IS 211 (82.81% from 255) = 43.78%

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 10.79%
G = 43.78%
B = 45.44%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#34D3DB (or 0x34D3DB) is known color: Turquoise. HEX triplet: 34, D3 and DB. RGB value is (52,211,219). Sum of RGB (Red+Green+Blue) = 52+211+219=482 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.79% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #34D3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D3DB is #CB2C24. Grayscale: #A4A4A4. Windows color (decimal): -13315109 or 14406452. OLE color: 14406452.

HSL color Cylindrical-coordinate representation of color #34D3DB: hue angle of 182.87º 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 #34D3DB is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 211 219 -
CMYK 0.76 0.04 0 0.14
HSL 182.87º 0.7% 0.53% -
HSV(B) 182.87º 0.76% 0.86% -
XYZ 37.5 52.43 75.16 -
YUV 164.37 158.82 47.85 -
System Red Green Blue C M Y K H S L
Decimal 52 211 219 0.76 0.04 0 0.14 182.87 0.7 0.53
Hex 34 D3 DB 4C 4 0 E B7 46 35
Octal 64 323 333 114 4 0 16 267 106 65
Binary 110100 11010011 11011011 1001100 100 0 1110 10110111 1000110 110101

Color Harmonies of #34D3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D3DB

Black with #34D3DB

Text Example


Text Example

White with #34D3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34D3DB;
 }
 .AnyTagClassName
 {
   color: #34D3DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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