Html Css Color HEX #34DCCE Turquoise

📋 copy color: '#34DCCE'

red 52 ◦ green 220 ◦ blue 206

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

Shades of Turquoise #34DCCE

Tints of Turquoise #34DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.03%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 10.88%
G = 46.03%
B = 43.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#34DCCE (or 0x34DCCE) is known color: Turquoise. HEX triplet: 34, DC and CE. RGB value is (52,220,206). Sum of RGB (Red+Green+Blue) = 52+220+206=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCCE is #CB2331. Grayscale: #A8A8A8. Windows color (decimal): -13312818 or 13556788. OLE color: 13556788.

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

Color convert

RGB 52 220 206 -
CMYK 0.76 0 0.06 0.14
HSL 175º 0.71% 0.53% -
HSV(B) 175º 0.76% 0.86% -
XYZ 38.15 56.37 67.26 -
YUV 168.17 149.34 45.14 -
System Red Green Blue C M Y K H S L
Decimal 52 220 206 0.76 0 0.06 0.14 175 0.71 0.53
Hex 34 DC CE 4C 0 6 E AF 47 35
Octal 64 334 316 114 0 6 16 257 107 65
Binary 110100 11011100 11001110 1001100 0 110 1110 10101111 1000111 110101

Color Harmonies of #34DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DCCE

Black with #34DCCE

Text Example


Text Example

White with #34DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,220,206); }

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

background-color css

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

 a { background-color: rgb(52,220,206); }

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

border-color css

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

 span { border-color: rgb(52,220,206); }

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