Html Css Color HEX #3CCCDE Medium Turquoise

📋 copy color: '#3CCCDE'

red 60 ◦ green 204 ◦ blue 222

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

Shades of Medium Turquoise #3CCCDE

Tints of Medium Turquoise #3CCCDE

RGB

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

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

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

R = 12.35%
G = 41.98%
B = 45.68%

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

#3CCCDE (or 0x3CCCDE) is known color: Medium Turquoise. HEX triplet: 3C, CC and DE. RGB value is (60,204,222). Sum of RGB (Red+Green+Blue) = 60+204+222=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #3CCCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCDE is #C33321. Grayscale: #A2A2A2. Windows color (decimal): -12792610 or 14601276. OLE color: 14601276.

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

Color convert

RGB 60 204 222 -
CMYK 0.73 0.08 0 0.13
HSL 186.67º 0.71% 0.55% -
HSV(B) 186.67º 0.73% 0.87% -
XYZ 36.64 49.42 76.72 -
YUV 163 161.29 54.54 -
System Red Green Blue C M Y K H S L
Decimal 60 204 222 0.73 0.08 0 0.13 186.67 0.71 0.55
Hex 3C CC DE 49 8 0 D BB 47 37
Octal 74 314 336 111 10 0 15 273 107 67
Binary 111100 11001100 11011110 1001001 1000 0 1101 10111011 1000111 110111

Color Harmonies of #3CCCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCCDE

Black with #3CCCDE

Text Example


Text Example

White with #3CCCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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