Html Css Color HEX #3BCADC Medium Turquoise

📋 copy color: '#3BCADC'

red 59 ◦ green 202 ◦ blue 220

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

Shades of Medium Turquoise #3BCADC

Tints of Medium Turquoise #3BCADC

RGB

 RED value IS 59 (23.44% from 255) = 12.27%

 GREEN value IS 202 (79.3% from 255) = 42%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 12.27%
G = 42%
B = 45.74%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BCADC (or 0x3BCADC) is known color: Medium Turquoise. HEX triplet: 3B, CA and DC. RGB value is (59,202,220). Sum of RGB (Red+Green+Blue) = 59+202+220=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BCADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCADC is #C43523. Grayscale: #A1A1A1. Windows color (decimal): -12858660 or 14469691. OLE color: 14469691.

HSL color Cylindrical-coordinate representation of color #3BCADC: hue angle of 186.71º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCADC is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 202 220 -
CMYK 0.73 0.08 0 0.14
HSL 186.71º 0.7% 0.55% -
HSV(B) 186.71º 0.73% 0.86% -
XYZ 35.84 48.34 75.15 -
YUV 161.3 161.12 55.04 -
System Red Green Blue C M Y K H S L
Decimal 59 202 220 0.73 0.08 0 0.14 186.71 0.7 0.55
Hex 3B CA DC 49 8 0 E BB 46 37
Octal 73 312 334 111 10 0 16 273 106 67
Binary 111011 11001010 11011100 1001001 1000 0 1110 10111011 1000110 110111

Color Harmonies of #3BCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCADC

Black with #3BCADC

Text Example


Text Example

White with #3BCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,202,220); }

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

background-color css

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

 a { background-color: rgb(59,202,220); }

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

border-color css

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

 span { border-color: rgb(59,202,220); }

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