Html Css Color HEX #34EED3 Turquoise

📋 copy color: '#34EED3'

red 52 ◦ green 238 ◦ blue 211

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

Shades of Turquoise #34EED3

Tints of Turquoise #34EED3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.5%

 BLUE value IS 211 (82.81% from 255) = 42.12%

R = 10.38%
G = 47.5%
B = 42.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#34EED3 (or 0x34EED3) is known color: Turquoise. HEX triplet: 34, EE and D3. RGB value is (52,238,211). Sum of RGB (Red+Green+Blue) = 52+238+211=501 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.38% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #34EED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EED3 is #CB112C. Grayscale: #B3B3B3. Windows color (decimal): -13308205 or 13889076. OLE color: 13889076.

HSL color Cylindrical-coordinate representation of color #34EED3: hue angle of 171.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EED3 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 238 211 -
CMYK 0.78 0 0.11 0.07
HSL 171.29º 0.85% 0.57% -
HSV(B) 171.29º 0.78% 0.93% -
XYZ 43.75 66.58 72.17 -
YUV 179.31 145.88 37.2 -
System Red Green Blue C M Y K H S L
Decimal 52 238 211 0.78 0 0.11 0.07 171.29 0.85 0.57
Hex 34 EE D3 4E 0 B 7 AB 55 39
Octal 64 356 323 116 0 13 7 253 125 71
Binary 110100 11101110 11010011 1001110 0 1011 111 10101011 1010101 111001

Color Harmonies of #34EED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EED3

Black with #34EED3

Text Example


Text Example

White with #34EED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,238,211); }

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

background-color css

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

 a { background-color: rgb(52,238,211); }

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

border-color css

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

 span { border-color: rgb(52,238,211); }

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