Html Css Color HEX #3CDCDA Turquoise

📋 copy color: '#3CDCDA'

red 60 ◦ green 220 ◦ blue 218

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

Shades of Turquoise #3CDCDA

Tints of Turquoise #3CDCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.18%

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

R = 12.05%
G = 44.18%
B = 43.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#3CDCDA (or 0x3CDCDA) is known color: Turquoise. HEX triplet: 3C, DC and DA. RGB value is (60,220,218). Sum of RGB (Red+Green+Blue) = 60+220+218=498 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.05% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCDA is #C32325. Grayscale: #ABABAB. Windows color (decimal): -12788518 or 14343228. OLE color: 14343228.

HSL color Cylindrical-coordinate representation of color #3CDCDA: hue angle of 179.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDCDA is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 218 -
CMYK 0.73 0 0.01 0.14
HSL 179.25º 0.7% 0.55% -
HSV(B) 179.25º 0.73% 0.86% -
XYZ 40.11 57.21 75.26 -
YUV 171.93 153.99 48.16 -
System Red Green Blue C M Y K H S L
Decimal 60 220 218 0.73 0 0.01 0.14 179.25 0.7 0.55
Hex 3C DC DA 49 0 1 E B3 46 37
Octal 74 334 332 111 0 1 16 263 106 67
Binary 111100 11011100 11011010 1001001 0 1 1110 10110011 1000110 110111

Color Harmonies of #3CDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCDA

Black with #3CDCDA

Text Example


Text Example

White with #3CDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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