Html Css Color HEX #34DFD1 Turquoise

📋 copy color: '#34DFD1'

red 52 ◦ green 223 ◦ blue 209

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

Shades of Turquoise #34DFD1

Tints of Turquoise #34DFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.18%

R = 10.74%
G = 46.07%
B = 43.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#34DFD1 (or 0x34DFD1) is known color: Turquoise. HEX triplet: 34, DF and D1. RGB value is (52,223,209). Sum of RGB (Red+Green+Blue) = 52+223+209=484 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.74% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFD1 is #CB202E. Grayscale: #AAAAAA. Windows color (decimal): -13312047 or 13754164. OLE color: 13754164.

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

Color convert

RGB 52 223 209 -
CMYK 0.77 0 0.06 0.13
HSL 175.09º 0.73% 0.54% -
HSV(B) 175.09º 0.77% 0.87% -
XYZ 39.31 58.11 69.47 -
YUV 170.28 149.85 43.64 -
System Red Green Blue C M Y K H S L
Decimal 52 223 209 0.77 0 0.06 0.13 175.09 0.73 0.54
Hex 34 DF D1 4D 0 6 D AF 49 36
Octal 64 337 321 115 0 6 15 257 111 66
Binary 110100 11011111 11010001 1001101 0 110 1101 10101111 1001001 110110

Color Harmonies of #34DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DFD1

Black with #34DFD1

Text Example


Text Example

White with #34DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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