Html Css Color HEX #3CCDDA Medium Turquoise

📋 copy color: '#3CCDDA'

red 60 ◦ green 205 ◦ blue 218

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

Shades of Medium Turquoise #3CCDDA

Tints of Medium Turquoise #3CCDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

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

R = 12.42%
G = 42.44%
B = 45.13%

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

#3CCDDA (or 0x3CCDDA) is known color: Medium Turquoise. HEX triplet: 3C, CD and DA. RGB value is (60,205,218). Sum of RGB (Red+Green+Blue) = 60+205+218=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #3CCDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDDA is #C33225. Grayscale: #A2A2A2. Windows color (decimal): -12792358 or 14339388. OLE color: 14339388.

HSL color Cylindrical-coordinate representation of color #3CCDDA: hue angle of 184.94º 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 #3CCDDA is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 205 218 -
CMYK 0.72 0.06 0 0.15
HSL 184.94º 0.68% 0.55% -
HSV(B) 184.94º 0.72% 0.85% -
XYZ 36.35 49.69 74 -
YUV 163.13 158.96 54.44 -
System Red Green Blue C M Y K H S L
Decimal 60 205 218 0.72 0.06 0 0.15 184.94 0.68 0.55
Hex 3C CD DA 48 6 0 F B9 44 37
Octal 74 315 332 110 6 0 17 271 104 67
Binary 111100 11001101 11011010 1001000 110 0 1111 10111001 1000100 110111

Color Harmonies of #3CCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCDDA

Black with #3CCDDA

Text Example


Text Example

White with #3CCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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