Html Css Color HEX #3CCCDD Medium Turquoise

📋 copy color: '#3CCCDD'

red 60 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #3CCCDD

Tints of Medium Turquoise #3CCCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 12.37%
G = 42.06%
B = 45.57%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CCCDD (or 0x3CCCDD) is known color: Medium Turquoise. HEX triplet: 3C, CC and DD. RGB value is (60,204,221). Sum of RGB (Red+Green+Blue) = 60+204+221=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CCCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCDD is #C33322. Grayscale: #A2A2A2. Windows color (decimal): -12792611 or 14535740. OLE color: 14535740.

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

Color convert

RGB 60 204 221 -
CMYK 0.73 0.08 0 0.13
HSL 186.34º 0.7% 0.55% -
HSV(B) 186.34º 0.73% 0.87% -
XYZ 36.51 49.37 76.01 -
YUV 162.88 160.79 54.62 -
System Red Green Blue C M Y K H S L
Decimal 60 204 221 0.73 0.08 0 0.13 186.34 0.7 0.55
Hex 3C CC DD 49 8 0 D BA 46 37
Octal 74 314 335 111 10 0 15 272 106 67
Binary 111100 11001100 11011101 1001001 1000 0 1101 10111010 1000110 110111

Color Harmonies of #3CCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCCDD

Black with #3CCCDD

Text Example


Text Example

White with #3CCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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