Html Css Color HEX #34DBBE Turquoise

📋 copy color: '#34DBBE'

red 52 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #34DBBE

Tints of Turquoise #34DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.51%

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 11.28%
G = 47.51%
B = 41.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#34DBBE (or 0x34DBBE) is known color: Turquoise. HEX triplet: 34, DB and BE. RGB value is (52,219,190). Sum of RGB (Red+Green+Blue) = 52+219+190=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #34DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DBBE is #CB2441. Grayscale: #A5A5A5. Windows color (decimal): -13313090 or 12507956. OLE color: 12507956.

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

Color convert

RGB 52 219 190 -
CMYK 0.76 0 0.13 0.14
HSL 169.58º 0.7% 0.53% -
HSV(B) 169.58º 0.76% 0.86% -
XYZ 36.04 55.11 57.45 -
YUV 165.76 141.67 46.86 -
System Red Green Blue C M Y K H S L
Decimal 52 219 190 0.76 0 0.13 0.14 169.58 0.7 0.53
Hex 34 DB BE 4C 0 D E AA 46 35
Octal 64 333 276 114 0 15 16 252 106 65
Binary 110100 11011011 10111110 1001100 0 1101 1110 10101010 1000110 110101

Color Harmonies of #34DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DBBE

Black with #34DBBE

Text Example


Text Example

White with #34DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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