Html Css Color HEX #3CDCD0 Turquoise

📋 copy color: '#3CDCD0'

red 60 ◦ green 220 ◦ blue 208

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

Shades of Turquoise #3CDCD0

Tints of Turquoise #3CDCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.62%

R = 12.3%
G = 45.08%
B = 42.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#3CDCD0 (or 0x3CDCD0) is known color: Turquoise. HEX triplet: 3C, DC and D0. RGB value is (60,220,208). Sum of RGB (Red+Green+Blue) = 60+220+208=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCD0 is #C3232F. Grayscale: #AAAAAA. Windows color (decimal): -12788528 or 13687868. OLE color: 13687868.

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

Color convert

RGB 60 220 208 -
CMYK 0.73 0 0.05 0.14
HSL 175.5º 0.7% 0.55% -
HSV(B) 175.5º 0.73% 0.86% -
XYZ 38.84 56.7 68.57 -
YUV 170.79 148.99 48.98 -
System Red Green Blue C M Y K H S L
Decimal 60 220 208 0.73 0 0.05 0.14 175.5 0.7 0.55
Hex 3C DC D0 49 0 5 E B0 46 37
Octal 74 334 320 111 0 5 16 260 106 67
Binary 111100 11011100 11010000 1001001 0 101 1110 10110000 1000110 110111

Color Harmonies of #3CDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCD0

Black with #3CDCD0

Text Example


Text Example

White with #3CDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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