Html Css Color HEX #34E6CD Turquoise

📋 copy color: '#34E6CD'

red 52 ◦ green 230 ◦ blue 205

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

Shades of Turquoise #34E6CD

Tints of Turquoise #34E6CD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.23%

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

R = 10.68%
G = 47.23%
B = 42.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#34E6CD (or 0x34E6CD) is known color: Turquoise. HEX triplet: 34, E6 and CD. RGB value is (52,230,205). Sum of RGB (Red+Green+Blue) = 52+230+205=487 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.68% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #34E6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E6CD is #CB1932. Grayscale: #ADADAD. Windows color (decimal): -13310259 or 13493812. OLE color: 13493812.

HSL color Cylindrical-coordinate representation of color #34E6CD: hue angle of 171.57º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E6CD is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 230 205 -
CMYK 0.77 0 0.11 0.10
HSL 171.57º 0.78% 0.55% -
HSV(B) 171.57º 0.77% 0.9% -
XYZ 40.73 61.73 67.53 -
YUV 173.93 145.53 41.03 -
System Red Green Blue C M Y K H S L
Decimal 52 230 205 0.77 0 0.11 0.10 171.57 0.78 0.55
Hex 34 E6 CD 4D 0 B A AC 4E 37
Octal 64 346 315 115 0 13 12 254 116 67
Binary 110100 11100110 11001101 1001101 0 1011 1010 10101100 1001110 110111

Color Harmonies of #34E6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E6CD

Black with #34E6CD

Text Example


Text Example

White with #34E6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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