Html Css Color HEX #34DFD3 Turquoise

📋 copy color: '#34DFD3'

red 52 ◦ green 223 ◦ blue 211

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

Shades of Turquoise #34DFD3

Tints of Turquoise #34DFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.42%

R = 10.7%
G = 45.88%
B = 43.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#34DFD3 (or 0x34DFD3) is known color: Turquoise. HEX triplet: 34, DF and D3. RGB value is (52,223,211). Sum of RGB (Red+Green+Blue) = 52+223+211=486 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.70% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFD3 is #CB202C. Grayscale: #AAAAAA. Windows color (decimal): -13312045 or 13885236. OLE color: 13885236.

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

Color convert

RGB 52 223 211 -
CMYK 0.77 0 0.05 0.13
HSL 175.79º 0.73% 0.54% -
HSV(B) 175.79º 0.77% 0.87% -
XYZ 39.56 58.21 70.78 -
YUV 170.5 150.85 43.48 -
System Red Green Blue C M Y K H S L
Decimal 52 223 211 0.77 0 0.05 0.13 175.79 0.73 0.54
Hex 34 DF D3 4D 0 5 D B0 49 36
Octal 64 337 323 115 0 5 15 260 111 66
Binary 110100 11011111 11010011 1001101 0 101 1101 10110000 1001001 110110

Color Harmonies of #34DFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DFD3

Black with #34DFD3

Text Example


Text Example

White with #34DFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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