Html Css Color HEX #3CDCD4 Turquoise

📋 copy color: '#3CDCD4'

red 60 ◦ green 220 ◦ blue 212

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

Shades of Turquoise #3CDCD4

Tints of Turquoise #3CDCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.09%

R = 12.2%
G = 44.72%
B = 43.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#3CDCD4 (or 0x3CDCD4) is known color: Turquoise. HEX triplet: 3C, DC and D4. RGB value is (60,220,212). Sum of RGB (Red+Green+Blue) = 60+220+212=492 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.20% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCD4 is #C3232B. Grayscale: #ABABAB. Windows color (decimal): -12788524 or 13950012. OLE color: 13950012.

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

Color convert

RGB 60 220 212 -
CMYK 0.73 0 0.04 0.14
HSL 177º 0.7% 0.55% -
HSV(B) 177º 0.73% 0.86% -
XYZ 39.34 56.9 71.2 -
YUV 171.25 150.99 48.65 -
System Red Green Blue C M Y K H S L
Decimal 60 220 212 0.73 0 0.04 0.14 177 0.7 0.55
Hex 3C DC D4 49 0 4 E B1 46 37
Octal 74 334 324 111 0 4 16 261 106 67
Binary 111100 11011100 11010100 1001001 0 100 1110 10110001 1000110 110111

Color Harmonies of #3CDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCD4

Black with #3CDCD4

Text Example


Text Example

White with #3CDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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