Html Css Color HEX #34D8CC Turquoise

📋 copy color: '#34D8CC'

red 52 ◦ green 216 ◦ blue 204

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

Shades of Turquoise #34D8CC

Tints of Turquoise #34D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.76%

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

R = 11.02%
G = 45.76%
B = 43.22%

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

#34D8CC (or 0x34D8CC) is known color: Turquoise. HEX triplet: 34, D8 and CC. RGB value is (52,216,204). Sum of RGB (Red+Green+Blue) = 52+216+204=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #34D8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D8CC is #CB2733. Grayscale: #A5A5A5. Windows color (decimal): -13313844 or 13424692. OLE color: 13424692.

HSL color Cylindrical-coordinate representation of color #34D8CC: hue angle of 175.61º 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 #34D8CC is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 216 204 -
CMYK 0.76 0 0.06 0.15
HSL 175.61º 0.68% 0.53% -
HSV(B) 175.61º 0.76% 0.85% -
XYZ 36.87 54.2 65.65 -
YUV 165.6 149.67 46.98 -
System Red Green Blue C M Y K H S L
Decimal 52 216 204 0.76 0 0.06 0.15 175.61 0.68 0.53
Hex 34 D8 CC 4C 0 6 F B0 44 35
Octal 64 330 314 114 0 6 17 260 104 65
Binary 110100 11011000 11001100 1001100 0 110 1111 10110000 1000100 110101

Color Harmonies of #34D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D8CC

Black with #34D8CC

Text Example


Text Example

White with #34D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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