Html Css Color HEX #3CC8DD Medium Turquoise

📋 copy color: '#3CC8DD'

red 60 ◦ green 200 ◦ blue 221

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

Shades of Medium Turquoise #3CC8DD

Tints of Medium Turquoise #3CC8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.58%

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

R = 12.47%
G = 41.58%
B = 45.95%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CC8DD (or 0x3CC8DD) is known color: Medium Turquoise. HEX triplet: 3C, C8 and DD. RGB value is (60,200,221). Sum of RGB (Red+Green+Blue) = 60+200+221=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CC8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC8DD is #C33722. Grayscale: #A0A0A0. Windows color (decimal): -12793635 or 14534716. OLE color: 14534716.

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

Color convert

RGB 60 200 221 -
CMYK 0.73 0.10 0 0.13
HSL 187.83º 0.7% 0.55% -
HSV(B) 187.83º 0.73% 0.87% -
XYZ 35.57 47.49 75.7 -
YUV 160.53 162.12 56.29 -
System Red Green Blue C M Y K H S L
Decimal 60 200 221 0.73 0.10 0 0.13 187.83 0.7 0.55
Hex 3C C8 DD 49 A 0 D BC 46 37
Octal 74 310 335 111 12 0 15 274 106 67
Binary 111100 11001000 11011101 1001001 1010 0 1101 10111100 1000110 110111

Color Harmonies of #3CC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC8DD

Black with #3CC8DD

Text Example


Text Example

White with #3CC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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