Html Css Color HEX #3CCCDB Medium Turquoise

📋 copy color: '#3CCCDB'

red 60 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #3CCCDB

Tints of Medium Turquoise #3CCCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 12.42%
G = 42.24%
B = 45.34%

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

#3CCCDB (or 0x3CCCDB) is known color: Medium Turquoise. HEX triplet: 3C, CC and DB. RGB value is (60,204,219). Sum of RGB (Red+Green+Blue) = 60+204+219=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCDB is #C33324. Grayscale: #A2A2A2. Windows color (decimal): -12792613 or 14404668. OLE color: 14404668.

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

Color convert

RGB 60 204 219 -
CMYK 0.73 0.07 0 0.14
HSL 185.66º 0.69% 0.55% -
HSV(B) 185.66º 0.73% 0.86% -
XYZ 36.24 49.26 74.62 -
YUV 162.65 159.79 54.78 -
System Red Green Blue C M Y K H S L
Decimal 60 204 219 0.73 0.07 0 0.14 185.66 0.69 0.55
Hex 3C CC DB 49 7 0 E BA 45 37
Octal 74 314 333 111 7 0 16 272 105 67
Binary 111100 11001100 11011011 1001001 111 0 1110 10111010 1000101 110111

Color Harmonies of #3CCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCCDB

Black with #3CCCDB

Text Example


Text Example

White with #3CCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,204,219); }

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

background-color css

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

 a { background-color: rgb(60,204,219); }

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

border-color css

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

 span { border-color: rgb(60,204,219); }

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