Html Css Color HEX #34BEC0 Medium Turquoise

📋 copy color: '#34BEC0'

red 52 ◦ green 190 ◦ blue 192

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

Shades of Medium Turquoise #34BEC0

Tints of Medium Turquoise #34BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.78%

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 11.98%
G = 43.78%
B = 44.24%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#34BEC0 (or 0x34BEC0) is known color: Medium Turquoise. HEX triplet: 34, BE and C0. RGB value is (52,190,192). Sum of RGB (Red+Green+Blue) = 52+190+192=434 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.98% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #34BEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BEC0 is #CB413F. Grayscale: #949494. Windows color (decimal): -13320512 or 12631604. OLE color: 12631604.

HSL color Cylindrical-coordinate representation of color #34BEC0: hue angle of 180.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BEC0 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 190 192 -
CMYK 0.73 0.01 0 0.25
HSL 180.86º 0.57% 0.48% -
HSV(B) 180.86º 0.73% 0.75% -
XYZ 29.34 41.36 56.31 -
YUV 148.97 152.28 58.84 -
System Red Green Blue C M Y K H S L
Decimal 52 190 192 0.73 0.01 0 0.25 180.86 0.57 0.48
Hex 34 BE C0 49 1 0 19 B5 39 30
Octal 64 276 300 111 1 0 31 265 71 60
Binary 110100 10111110 11000000 1001001 1 0 11001 10110101 111001 110000

Color Harmonies of #34BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BEC0

Black with #34BEC0

Text Example


Text Example

White with #34BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,190,192); }

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

background-color css

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

 a { background-color: rgb(52,190,192); }

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

border-color css

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

 span { border-color: rgb(52,190,192); }

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