Html Css Color HEX #34CEBD Medium Turquoise

📋 copy color: '#34CEBD'

red 52 ◦ green 206 ◦ blue 189

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

Shades of Medium Turquoise #34CEBD

Tints of Medium Turquoise #34CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.09%

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 11.63%
G = 46.09%
B = 42.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#34CEBD (or 0x34CEBD) is known color: Medium Turquoise. HEX triplet: 34, CE and BD. RGB value is (52,206,189). Sum of RGB (Red+Green+Blue) = 52+206+189=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #34CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CEBD is #CB3142. Grayscale: #9D9D9D. Windows color (decimal): -13316419 or 12439092. OLE color: 12439092.

HSL color Cylindrical-coordinate representation of color #34CEBD: hue angle of 173.38º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CEBD is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 206 189 -
CMYK 0.75 0 0.08 0.19
HSL 173.38º 0.61% 0.51% -
HSV(B) 173.38º 0.75% 0.81% -
XYZ 32.67 48.55 55.79 -
YUV 158.02 145.48 52.38 -
System Red Green Blue C M Y K H S L
Decimal 52 206 189 0.75 0 0.08 0.19 173.38 0.61 0.51
Hex 34 CE BD 4B 0 8 13 AD 3D 33
Octal 64 316 275 113 0 10 23 255 75 63
Binary 110100 11001110 10111101 1001011 0 1000 10011 10101101 111101 110011

Color Harmonies of #34CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CEBD

Black with #34CEBD

Text Example


Text Example

White with #34CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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