Html Css Color HEX #34E3DA Turquoise

📋 copy color: '#34E3DA'

red 52 ◦ green 227 ◦ blue 218

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

Shades of Turquoise #34E3DA

Tints of Turquoise #34E3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.67%

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 10.46%
G = 45.67%
B = 43.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#34E3DA (or 0x34E3DA) is known color: Turquoise. HEX triplet: 34, E3 and DA. RGB value is (52,227,218). Sum of RGB (Red+Green+Blue) = 52+227+218=497 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.46% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #34E3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E3DA is #CB1C25. Grayscale: #ADADAD. Windows color (decimal): -13311014 or 14345012. OLE color: 14345012.

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

Color convert

RGB 52 227 218 -
CMYK 0.77 0 0.04 0.11
HSL 176.91º 0.76% 0.55% -
HSV(B) 176.91º 0.77% 0.89% -
XYZ 41.54 60.73 75.86 -
YUV 173.65 153.02 41.23 -
System Red Green Blue C M Y K H S L
Decimal 52 227 218 0.77 0 0.04 0.11 176.91 0.76 0.55
Hex 34 E3 DA 4D 0 4 B B1 4C 37
Octal 64 343 332 115 0 4 13 261 114 67
Binary 110100 11100011 11011010 1001101 0 100 1011 10110001 1001100 110111

Color Harmonies of #34E3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E3DA

Black with #34E3DA

Text Example


Text Example

White with #34E3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,227,218); }

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

background-color css

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

 a { background-color: rgb(52,227,218); }

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

border-color css

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

 span { border-color: rgb(52,227,218); }

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