Html Css Color HEX #34CEBC Medium Turquoise

📋 copy color: '#34CEBC'

red 52 ◦ green 206 ◦ blue 188

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

Shades of Medium Turquoise #34CEBC

Tints of Medium Turquoise #34CEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 11.66%
G = 46.19%
B = 42.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#34CEBC (or 0x34CEBC) is known color: Medium Turquoise. HEX triplet: 34, CE and BC. RGB value is (52,206,188). Sum of RGB (Red+Green+Blue) = 52+206+188=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #34CEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CEBC is #CB3143. Grayscale: #9D9D9D. Windows color (decimal): -13316420 or 12373556. OLE color: 12373556.

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

Color convert

RGB 52 206 188 -
CMYK 0.75 0 0.09 0.19
HSL 172.99º 0.61% 0.51% -
HSV(B) 172.99º 0.75% 0.81% -
XYZ 32.56 48.5 55.22 -
YUV 157.9 144.98 52.46 -
System Red Green Blue C M Y K H S L
Decimal 52 206 188 0.75 0 0.09 0.19 172.99 0.61 0.51
Hex 34 CE BC 4B 0 9 13 AD 3D 33
Octal 64 316 274 113 0 11 23 255 75 63
Binary 110100 11001110 10111100 1001011 0 1001 10011 10101101 111101 110011

Color Harmonies of #34CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CEBC

Black with #34CEBC

Text Example


Text Example

White with #34CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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