Html Css Color HEX #3CCADE Medium Turquoise

📋 copy color: '#3CCADE'

red 60 ◦ green 202 ◦ blue 222

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

Shades of Medium Turquoise #3CCADE

Tints of Medium Turquoise #3CCADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.74%

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 12.4%
G = 41.74%
B = 45.87%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CCADE (or 0x3CCADE) is known color: Medium Turquoise. HEX triplet: 3C, CA and DE. RGB value is (60,202,222). Sum of RGB (Red+Green+Blue) = 60+202+222=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #3CCADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCADE is #C33521. Grayscale: #A1A1A1. Windows color (decimal): -12793122 or 14600764. OLE color: 14600764.

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

Color convert

RGB 60 202 222 -
CMYK 0.73 0.09 0 0.13
HSL 187.41º 0.71% 0.55% -
HSV(B) 187.41º 0.73% 0.87% -
XYZ 36.17 48.48 76.56 -
YUV 161.82 161.96 55.37 -
System Red Green Blue C M Y K H S L
Decimal 60 202 222 0.73 0.09 0 0.13 187.41 0.71 0.55
Hex 3C CA DE 49 9 0 D BB 47 37
Octal 74 312 336 111 11 0 15 273 107 67
Binary 111100 11001010 11011110 1001001 1001 0 1101 10111011 1000111 110111

Color Harmonies of #3CCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCADE

Black with #3CCADE

Text Example


Text Example

White with #3CCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,202,222); }

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

background-color css

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

 a { background-color: rgb(60,202,222); }

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

border-color css

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

 span { border-color: rgb(60,202,222); }

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