Html Css Color HEX #34DDDB Turquoise

📋 copy color: '#34DDDB'

red 52 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #34DDDB

Tints of Turquoise #34DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

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

R = 10.57%
G = 44.92%
B = 44.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#34DDDB (or 0x34DDDB) is known color: Turquoise. HEX triplet: 34, DD and DB. RGB value is (52,221,219). Sum of RGB (Red+Green+Blue) = 52+221+219=492 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.57% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDDB is #CB2224. Grayscale: #AAAAAA. Windows color (decimal): -13312549 or 14409012. OLE color: 14409012.

HSL color Cylindrical-coordinate representation of color #34DDDB: hue angle of 179.29º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DDDB is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 221 219 -
CMYK 0.76 0 0.01 0.13
HSL 179.29º 0.71% 0.54% -
HSV(B) 179.29º 0.76% 0.87% -
XYZ 40.06 57.56 76.02 -
YUV 170.24 155.51 43.66 -
System Red Green Blue C M Y K H S L
Decimal 52 221 219 0.76 0 0.01 0.13 179.29 0.71 0.54
Hex 34 DD DB 4C 0 1 D B3 47 36
Octal 64 335 333 114 0 1 15 263 107 66
Binary 110100 11011101 11011011 1001100 0 1 1101 10110011 1000111 110110

Color Harmonies of #34DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DDDB

Black with #34DDDB

Text Example


Text Example

White with #34DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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