Html Css Color HEX #3DBEC0 Medium Turquoise

📋 copy color: '#3DBEC0'

red 61 ◦ green 190 ◦ blue 192

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

Shades of Medium Turquoise #3DBEC0

Tints of Medium Turquoise #3DBEC0

RGB

 RED value IS 61 (24.22% from 255) = 13.77%

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

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

R = 13.77%
G = 42.89%
B = 43.34%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3DBEC0 (or 0x3DBEC0) is known color: Medium Turquoise. HEX triplet: 3D, BE and C0. RGB value is (61,190,192). Sum of RGB (Red+Green+Blue) = 61+190+192=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #3DBEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEC0 is #C2413F. Grayscale: #979797. Windows color (decimal): -12730688 or 12631613. OLE color: 12631613.

HSL color Cylindrical-coordinate representation of color #3DBEC0: hue angle of 180.92º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBEC0 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 190 192 -
CMYK 0.68 0.01 0 0.25
HSL 180.92º 0.52% 0.5% -
HSV(B) 180.92º 0.68% 0.75% -
XYZ 29.85 41.62 56.33 -
YUV 151.66 150.76 63.34 -
System Red Green Blue C M Y K H S L
Decimal 61 190 192 0.68 0.01 0 0.25 180.92 0.52 0.5
Hex 3D BE C0 44 1 0 19 B5 34 32
Octal 75 276 300 104 1 0 31 265 64 62
Binary 111101 10111110 11000000 1000100 1 0 11001 10110101 110100 110010

Color Harmonies of #3DBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBEC0

Black with #3DBEC0

Text Example


Text Example

White with #3DBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DBEC0; }

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

 H1.HeaderClassName
 {
   color: #3DBEC0;
 }
 .AnyTagClassName
 {
   color: #3DBEC0;
 }
</style>

background-color css

<style>
 a { background-color: #3DBEC0; }

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

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

border-color css

<style>
 span { border-color: #3DBEC0; }

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

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