Html Css Color HEX #34DFB5 Turquoise

📋 copy color: '#34DFB5'

red 52 ◦ green 223 ◦ blue 181

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

Shades of Turquoise #34DFB5

Tints of Turquoise #34DFB5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.9%

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 11.4%
G = 48.9%
B = 39.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#34DFB5 (or 0x34DFB5) is known color: Turquoise. HEX triplet: 34, DF and B5. RGB value is (52,223,181). Sum of RGB (Red+Green+Blue) = 52+223+181=456 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.40% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFB5 is #CB204A. Grayscale: #A7A7A7. Windows color (decimal): -13312075 or 11919156. OLE color: 11919156.

HSL color Cylindrical-coordinate representation of color #34DFB5: hue angle of 165.26º degrees, saturation: 0.73, 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 #34DFB5 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 223 181 -
CMYK 0.77 0 0.19 0.13
HSL 165.26º 0.73% 0.54% -
HSV(B) 165.26º 0.77% 0.87% -
XYZ 36.14 56.84 52.78 -
YUV 167.08 135.85 45.92 -
System Red Green Blue C M Y K H S L
Decimal 52 223 181 0.77 0 0.19 0.13 165.26 0.73 0.54
Hex 34 DF B5 4D 0 13 D A5 49 36
Octal 64 337 265 115 0 23 15 245 111 66
Binary 110100 11011111 10110101 1001101 0 10011 1101 10100101 1001001 110110

Color Harmonies of #34DFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DFB5

Black with #34DFB5

Text Example


Text Example

White with #34DFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,223,181); }

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

background-color css

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

 a { background-color: rgb(52,223,181); }

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

border-color css

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

 span { border-color: rgb(52,223,181); }

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