Html Css Color HEX #3CDCD6 Turquoise

📋 copy color: '#3CDCD6'

red 60 ◦ green 220 ◦ blue 214

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

Shades of Turquoise #3CDCD6

Tints of Turquoise #3CDCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.32%

R = 12.15%
G = 44.53%
B = 43.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#3CDCD6 (or 0x3CDCD6) is known color: Turquoise. HEX triplet: 3C, DC and D6. RGB value is (60,220,214). Sum of RGB (Red+Green+Blue) = 60+220+214=494 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.15% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCD6 is #C32329. Grayscale: #ABABAB. Windows color (decimal): -12788522 or 14081084. OLE color: 14081084.

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

Color convert

RGB 60 220 214 -
CMYK 0.73 0 0.03 0.14
HSL 177.75º 0.7% 0.55% -
HSV(B) 177.75º 0.73% 0.86% -
XYZ 39.59 57 72.53 -
YUV 171.48 151.99 48.49 -
System Red Green Blue C M Y K H S L
Decimal 60 220 214 0.73 0 0.03 0.14 177.75 0.7 0.55
Hex 3C DC D6 49 0 3 E B2 46 37
Octal 74 334 326 111 0 3 16 262 106 67
Binary 111100 11011100 11010110 1001001 0 11 1110 10110010 1000110 110111

Color Harmonies of #3CDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCD6

Black with #3CDCD6

Text Example


Text Example

White with #3CDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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