Html Css Color HEX #3CCCDA Medium Turquoise

📋 copy color: '#3CCCDA'

red 60 ◦ green 204 ◦ blue 218

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

Shades of Medium Turquoise #3CCCDA

Tints of Medium Turquoise #3CCCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 12.45%
G = 42.32%
B = 45.23%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3CCCDA (or 0x3CCCDA) is known color: Medium Turquoise. HEX triplet: 3C, CC and DA. RGB value is (60,204,218). Sum of RGB (Red+Green+Blue) = 60+204+218=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #3CCCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCDA is #C33325. Grayscale: #A2A2A2. Windows color (decimal): -12792614 or 14339132. OLE color: 14339132.

HSL color Cylindrical-coordinate representation of color #3CCCDA: hue angle of 185.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CCCDA is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 204 218 -
CMYK 0.72 0.06 0 0.15
HSL 185.32º 0.68% 0.55% -
HSV(B) 185.32º 0.72% 0.85% -
XYZ 36.11 49.21 73.92 -
YUV 162.54 159.29 54.86 -
System Red Green Blue C M Y K H S L
Decimal 60 204 218 0.72 0.06 0 0.15 185.32 0.68 0.55
Hex 3C CC DA 48 6 0 F B9 44 37
Octal 74 314 332 110 6 0 17 271 104 67
Binary 111100 11001100 11011010 1001000 110 0 1111 10111001 1000100 110111

Color Harmonies of #3CCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCCDA

Black with #3CCCDA

Text Example


Text Example

White with #3CCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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