Html Css Color HEX #3CCBDC Medium Turquoise

📋 copy color: '#3CCBDC'

red 60 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #3CCBDC

Tints of Medium Turquoise #3CCBDC

RGB

 RED value IS 60 (23.83% from 255) = 12.42%

 GREEN value IS 203 (79.69% from 255) = 42.03%

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

R = 12.42%
G = 42.03%
B = 45.55%

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

#3CCBDC (or 0x3CCBDC) is known color: Medium Turquoise. HEX triplet: 3C, CB and DC. RGB value is (60,203,220). Sum of RGB (Red+Green+Blue) = 60+203+220=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 203 (79.69% from 255 or 42.03% 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 #3CCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBDC is #C33423. Grayscale: #A1A1A1. Windows color (decimal): -12792868 or 14469948. OLE color: 14469948.

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

Color convert

RGB 60 203 220 -
CMYK 0.73 0.08 0 0.14
HSL 186.38º 0.7% 0.55% -
HSV(B) 186.38º 0.73% 0.86% -
XYZ 36.14 48.84 75.23 -
YUV 162.18 160.62 55.12 -
System Red Green Blue C M Y K H S L
Decimal 60 203 220 0.73 0.08 0 0.14 186.38 0.7 0.55
Hex 3C CB DC 49 8 0 E BA 46 37
Octal 74 313 334 111 10 0 16 272 106 67
Binary 111100 11001011 11011100 1001001 1000 0 1110 10111010 1000110 110111

Color Harmonies of #3CCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCBDC

Black with #3CCBDC

Text Example


Text Example

White with #3CCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,203,220); }

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

background-color css

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

 a { background-color: rgb(60,203,220); }

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

border-color css

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

 span { border-color: rgb(60,203,220); }

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