Html Css Color HEX #34CEB8 Medium Turquoise

📋 copy color: '#34CEB8'

red 52 ◦ green 206 ◦ blue 184

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

Shades of Medium Turquoise #34CEB8

Tints of Medium Turquoise #34CEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 11.76%
G = 46.61%
B = 41.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#34CEB8 (or 0x34CEB8) is known color: Medium Turquoise. HEX triplet: 34, CE and B8. RGB value is (52,206,184). Sum of RGB (Red+Green+Blue) = 52+206+184=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #34CEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CEB8 is #CB3147. Grayscale: #9D9D9D. Windows color (decimal): -13316424 or 12111412. OLE color: 12111412.

HSL color Cylindrical-coordinate representation of color #34CEB8: hue angle of 171.43º 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 #34CEB8 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 206 184 -
CMYK 0.75 0 0.11 0.19
HSL 171.43º 0.61% 0.51% -
HSV(B) 171.43º 0.75% 0.81% -
XYZ 32.14 48.33 52.98 -
YUV 157.45 142.98 52.79 -
System Red Green Blue C M Y K H S L
Decimal 52 206 184 0.75 0 0.11 0.19 171.43 0.61 0.51
Hex 34 CE B8 4B 0 B 13 AB 3D 33
Octal 64 316 270 113 0 13 23 253 75 63
Binary 110100 11001110 10111000 1001011 0 1011 10011 10101011 111101 110011

Color Harmonies of #34CEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CEB8

Black with #34CEB8

Text Example


Text Example

White with #34CEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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