Html Css Color HEX #3CDECC Turquoise

📋 copy color: '#3CDECC'

red 60 ◦ green 222 ◦ blue 204

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

Shades of Turquoise #3CDECC

Tints of Turquoise #3CDECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.68%

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 12.35%
G = 45.68%
B = 41.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#3CDECC (or 0x3CDECC) is known color: Turquoise. HEX triplet: 3C, DE and CC. RGB value is (60,222,204). Sum of RGB (Red+Green+Blue) = 60+222+204=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDECC is #C32133. Grayscale: #ABABAB. Windows color (decimal): -12788020 or 13426236. OLE color: 13426236.

HSL color Cylindrical-coordinate representation of color #3CDECC: hue angle of 173.33º degrees, saturation: 0.71, 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 #3CDECC is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 222 204 -
CMYK 0.73 0 0.08 0.13
HSL 173.33º 0.71% 0.55% -
HSV(B) 173.33º 0.73% 0.87% -
XYZ 38.88 57.56 66.19 -
YUV 171.51 146.33 48.46 -
System Red Green Blue C M Y K H S L
Decimal 60 222 204 0.73 0 0.08 0.13 173.33 0.71 0.55
Hex 3C DE CC 49 0 8 D AD 47 37
Octal 74 336 314 111 0 10 15 255 107 67
Binary 111100 11011110 11001100 1001001 0 1000 1101 10101101 1000111 110111

Color Harmonies of #3CDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDECC

Black with #3CDECC

Text Example


Text Example

White with #3CDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,222,204); }

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

background-color css

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

 a { background-color: rgb(60,222,204); }

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

border-color css

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

 span { border-color: rgb(60,222,204); }

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