Html Css Color HEX #3CDDDC Turquoise

📋 copy color: '#3CDDDC'

red 60 ◦ green 221 ◦ blue 220

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

Shades of Turquoise #3CDDDC

Tints of Turquoise #3CDDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.11%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 11.98%
G = 44.11%
B = 43.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#3CDDDC (or 0x3CDDDC) is known color: Turquoise. HEX triplet: 3C, DD and DC. RGB value is (60,221,220). Sum of RGB (Red+Green+Blue) = 60+221+220=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDDC is #C32223. Grayscale: #ACACAC. Windows color (decimal): -12788260 or 14474556. OLE color: 14474556.

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

Color convert

RGB 60 221 220 -
CMYK 0.73 0 0.00 0.13
HSL 179.63º 0.7% 0.55% -
HSV(B) 179.63º 0.73% 0.87% -
XYZ 40.64 57.84 76.73 -
YUV 172.75 154.66 47.58 -
System Red Green Blue C M Y K H S L
Decimal 60 221 220 0.73 0 0.00 0.13 179.63 0.7 0.55
Hex 3C DD DC 49 0 0 D B4 46 37
Octal 74 335 334 111 0 0 15 264 106 67
Binary 111100 11011101 11011100 1001001 0 0 1101 10110100 1000110 110111

Color Harmonies of #3CDDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDDDC

Black with #3CDDDC

Text Example


Text Example

White with #3CDDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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