Html Css Color HEX #3BCCDC Medium Turquoise

📋 copy color: '#3BCCDC'

red 59 ◦ green 204 ◦ blue 220

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

Shades of Medium Turquoise #3BCCDC

Tints of Medium Turquoise #3BCCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.24%

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

R = 12.22%
G = 42.24%
B = 45.55%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BCCDC (or 0x3BCCDC) is known color: Medium Turquoise. HEX triplet: 3B, CC and DC. RGB value is (59,204,220). Sum of RGB (Red+Green+Blue) = 59+204+220=483 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.22% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCDC is #C43323. Grayscale: #A2A2A2. Windows color (decimal): -12858148 or 14470203. OLE color: 14470203.

HSL color Cylindrical-coordinate representation of color #3BCCDC: hue angle of 185.96º 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 #3BCCDC is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 204 220 -
CMYK 0.73 0.07 0 0.14
HSL 185.96º 0.7% 0.55% -
HSV(B) 185.96º 0.73% 0.86% -
XYZ 36.31 49.28 75.31 -
YUV 162.47 160.46 54.2 -
System Red Green Blue C M Y K H S L
Decimal 59 204 220 0.73 0.07 0 0.14 185.96 0.7 0.55
Hex 3B CC DC 49 7 0 E BA 46 37
Octal 73 314 334 111 7 0 16 272 106 67
Binary 111011 11001100 11011100 1001001 111 0 1110 10111010 1000110 110111

Color Harmonies of #3BCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCCDC

Black with #3BCCDC

Text Example


Text Example

White with #3BCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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