Html Css Color HEX #34DABF Turquoise

📋 copy color: '#34DABF'

red 52 ◦ green 218 ◦ blue 191

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

Shades of Turquoise #34DABF

Tints of Turquoise #34DABF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

 BLUE value IS 191 (75% from 255) = 41.43%

R = 11.28%
G = 47.29%
B = 41.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#34DABF (or 0x34DABF) is known color: Turquoise. HEX triplet: 34, DA and BF. RGB value is (52,218,191). Sum of RGB (Red+Green+Blue) = 52+218+191=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #34DABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DABF is #CB2540. Grayscale: #A5A5A5. Windows color (decimal): -13313345 or 12573236. OLE color: 12573236.

HSL color Cylindrical-coordinate representation of color #34DABF: hue angle of 170.24º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DABF is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 218 191 -
CMYK 0.76 0 0.12 0.15
HSL 170.24º 0.69% 0.53% -
HSV(B) 170.24º 0.76% 0.85% -
XYZ 35.89 54.63 57.94 -
YUV 165.29 142.5 47.2 -
System Red Green Blue C M Y K H S L
Decimal 52 218 191 0.76 0 0.12 0.15 170.24 0.69 0.53
Hex 34 DA BF 4C 0 C F AA 45 35
Octal 64 332 277 114 0 14 17 252 105 65
Binary 110100 11011010 10111111 1001100 0 1100 1111 10101010 1000101 110101

Color Harmonies of #34DABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DABF

Black with #34DABF

Text Example


Text Example

White with #34DABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,218,191); }

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

background-color css

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

 a { background-color: rgb(52,218,191); }

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

border-color css

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

 span { border-color: rgb(52,218,191); }

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