Html Css Color HEX #34D9CC Turquoise

📋 copy color: '#34D9CC'

red 52 ◦ green 217 ◦ blue 204

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

Shades of Turquoise #34D9CC

Tints of Turquoise #34D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.88%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 10.99%
G = 45.88%
B = 43.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#34D9CC (or 0x34D9CC) is known color: Turquoise. HEX triplet: 34, D9 and CC. RGB value is (52,217,204). Sum of RGB (Red+Green+Blue) = 52+217+204=473 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.99% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #34D9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D9CC is #CB2633. Grayscale: #A6A6A6. Windows color (decimal): -13313588 or 13424948. OLE color: 13424948.

HSL color Cylindrical-coordinate representation of color #34D9CC: hue angle of 175.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D9CC is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 217 204 -
CMYK 0.76 0 0.06 0.15
HSL 175.27º 0.68% 0.53% -
HSV(B) 175.27º 0.76% 0.85% -
XYZ 37.13 54.72 65.73 -
YUV 166.18 149.34 46.56 -
System Red Green Blue C M Y K H S L
Decimal 52 217 204 0.76 0 0.06 0.15 175.27 0.68 0.53
Hex 34 D9 CC 4C 0 6 F AF 44 35
Octal 64 331 314 114 0 6 17 257 104 65
Binary 110100 11011001 11001100 1001100 0 110 1111 10101111 1000100 110101

Color Harmonies of #34D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D9CC

Black with #34D9CC

Text Example


Text Example

White with #34D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,217,204); }

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

background-color css

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

 a { background-color: rgb(52,217,204); }

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

border-color css

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

 span { border-color: rgb(52,217,204); }

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