Html Css Color HEX #34D2CC Turquoise

📋 copy color: '#34D2CC'

red 52 ◦ green 210 ◦ blue 204

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

Shades of Turquoise #34D2CC

Tints of Turquoise #34D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.06%

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

R = 11.16%
G = 45.06%
B = 43.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#34D2CC (or 0x34D2CC) is known color: Turquoise. HEX triplet: 34, D2 and CC. RGB value is (52,210,204). Sum of RGB (Red+Green+Blue) = 52+210+204=466 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.16% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #34D2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D2CC is #CB2D33. Grayscale: #A1A1A1. Windows color (decimal): -13315380 or 13423156. OLE color: 13423156.

HSL color Cylindrical-coordinate representation of color #34D2CC: hue angle of 177.72º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D2CC is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 210 204 -
CMYK 0.75 0 0.03 0.18
HSL 177.72º 0.64% 0.51% -
HSV(B) 177.72º 0.75% 0.82% -
XYZ 35.36 51.18 65.14 -
YUV 162.07 151.65 49.49 -
System Red Green Blue C M Y K H S L
Decimal 52 210 204 0.75 0 0.03 0.18 177.72 0.64 0.51
Hex 34 D2 CC 4B 0 3 12 B2 40 33
Octal 64 322 314 113 0 3 22 262 100 63
Binary 110100 11010010 11001100 1001011 0 11 10010 10110010 1000000 110011

Color Harmonies of #34D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D2CC

Black with #34D2CC

Text Example


Text Example

White with #34D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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