Html Css Color HEX #3CDCD8 Turquoise

📋 copy color: '#3CDCD8'

red 60 ◦ green 220 ◦ blue 216

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

Shades of Turquoise #3CDCD8

Tints of Turquoise #3CDCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.55%

R = 12.1%
G = 44.35%
B = 43.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#3CDCD8 (or 0x3CDCD8) is known color: Turquoise. HEX triplet: 3C, DC and D8. RGB value is (60,220,216). Sum of RGB (Red+Green+Blue) = 60+220+216=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCD8 is #C32327. Grayscale: #ABABAB. Windows color (decimal): -12788520 or 14212156. OLE color: 14212156.

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

Color convert

RGB 60 220 216 -
CMYK 0.73 0 0.02 0.14
HSL 178.5º 0.7% 0.55% -
HSV(B) 178.5º 0.73% 0.86% -
XYZ 39.85 57.1 73.89 -
YUV 171.7 152.99 48.33 -
System Red Green Blue C M Y K H S L
Decimal 60 220 216 0.73 0 0.02 0.14 178.5 0.7 0.55
Hex 3C DC D8 49 0 2 E B2 46 37
Octal 74 334 330 111 0 2 16 262 106 67
Binary 111100 11011100 11011000 1001001 0 10 1110 10110010 1000110 110111

Color Harmonies of #3CDCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCD8

Black with #3CDCD8

Text Example


Text Example

White with #3CDCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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