Html Css Color HEX #34DBBB Turquoise

📋 copy color: '#34DBBB'

red 52 ◦ green 219 ◦ blue 187

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

Shades of Turquoise #34DBBB

Tints of Turquoise #34DBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 11.35%
G = 47.82%
B = 40.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#34DBBB (or 0x34DBBB) is known color: Turquoise. HEX triplet: 34, DB and BB. RGB value is (52,219,187). Sum of RGB (Red+Green+Blue) = 52+219+187=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #34DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DBBB is #CB2444. Grayscale: #A5A5A5. Windows color (decimal): -13313093 or 12311348. OLE color: 12311348.

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

Color convert

RGB 52 219 187 -
CMYK 0.76 0 0.15 0.14
HSL 168.5º 0.7% 0.53% -
HSV(B) 168.5º 0.76% 0.86% -
XYZ 35.72 54.98 55.74 -
YUV 165.42 140.17 47.1 -
System Red Green Blue C M Y K H S L
Decimal 52 219 187 0.76 0 0.15 0.14 168.5 0.7 0.53
Hex 34 DB BB 4C 0 F E A9 46 35
Octal 64 333 273 114 0 17 16 251 106 65
Binary 110100 11011011 10111011 1001100 0 1111 1110 10101001 1000110 110101

Color Harmonies of #34DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DBBB

Black with #34DBBB

Text Example


Text Example

White with #34DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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