Html Css Color HEX #34DFCD Turquoise

📋 copy color: '#34DFCD'

red 52 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #34DFCD

Tints of Turquoise #34DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 10.83%
G = 46.46%
B = 42.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#34DFCD (or 0x34DFCD) is known color: Turquoise. HEX triplet: 34, DF and CD. RGB value is (52,223,205). Sum of RGB (Red+Green+Blue) = 52+223+205=480 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.83% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFCD is #CB2032. Grayscale: #A9A9A9. Windows color (decimal): -13312051 or 13492020. OLE color: 13492020.

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

Color convert

RGB 52 223 205 -
CMYK 0.77 0 0.08 0.13
HSL 173.68º 0.73% 0.54% -
HSV(B) 173.68º 0.77% 0.87% -
XYZ 38.82 57.91 66.89 -
YUV 169.82 147.85 43.96 -
System Red Green Blue C M Y K H S L
Decimal 52 223 205 0.77 0 0.08 0.13 173.68 0.73 0.54
Hex 34 DF CD 4D 0 8 D AE 49 36
Octal 64 337 315 115 0 10 15 256 111 66
Binary 110100 11011111 11001101 1001101 0 1000 1101 10101110 1001001 110110

Color Harmonies of #34DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DFCD

Black with #34DFCD

Text Example


Text Example

White with #34DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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