Html Css Color HEX #34DFDD Turquoise

📋 copy color: '#34DFDD'

red 52 ◦ green 223 ◦ blue 221

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

Shades of Turquoise #34DFDD

Tints of Turquoise #34DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 10.48%
G = 44.96%
B = 44.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#34DFDD (or 0x34DFDD) is known color: Turquoise. HEX triplet: 34, DF and DD. RGB value is (52,223,221). Sum of RGB (Red+Green+Blue) = 52+223+221=496 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.48% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFDD is #CB2022. Grayscale: #ABABAB. Windows color (decimal): -13312035 or 14540596. OLE color: 14540596.

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

Color convert

RGB 52 223 221 -
CMYK 0.77 0 0.01 0.13
HSL 179.3º 0.73% 0.54% -
HSV(B) 179.3º 0.77% 0.87% -
XYZ 40.86 58.73 77.59 -
YUV 171.64 155.85 42.66 -
System Red Green Blue C M Y K H S L
Decimal 52 223 221 0.77 0 0.01 0.13 179.3 0.73 0.54
Hex 34 DF DD 4D 0 1 D B3 49 36
Octal 64 337 335 115 0 1 15 263 111 66
Binary 110100 11011111 11011101 1001101 0 1 1101 10110011 1001001 110110

Color Harmonies of #34DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DFDD

Black with #34DFDD

Text Example


Text Example

White with #34DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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