Html Css Color HEX #34DEDB Turquoise

📋 copy color: '#34DEDB'

red 52 ◦ green 222 ◦ blue 219

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

Shades of Turquoise #34DEDB

Tints of Turquoise #34DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.03%

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

R = 10.55%
G = 45.03%
B = 44.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#34DEDB (or 0x34DEDB) is known color: Turquoise. HEX triplet: 34, DE and DB. RGB value is (52,222,219). Sum of RGB (Red+Green+Blue) = 52+222+219=493 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.55% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #34DEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEDB is #CB2124. Grayscale: #AAAAAA. Windows color (decimal): -13312293 or 14409268. OLE color: 14409268.

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

Color convert

RGB 52 222 219 -
CMYK 0.77 0 0.01 0.13
HSL 178.94º 0.72% 0.54% -
HSV(B) 178.94º 0.77% 0.87% -
XYZ 40.32 58.09 76.1 -
YUV 170.83 155.18 43.24 -
System Red Green Blue C M Y K H S L
Decimal 52 222 219 0.77 0 0.01 0.13 178.94 0.72 0.54
Hex 34 DE DB 4D 0 1 D B3 48 36
Octal 64 336 333 115 0 1 15 263 110 66
Binary 110100 11011110 11011011 1001101 0 1 1101 10110011 1001000 110110

Color Harmonies of #34DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DEDB

Black with #34DEDB

Text Example


Text Example

White with #34DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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