Html Css Color HEX #3CFEDC Turquoise

📋 copy color: '#3CFEDC'

red 60 ◦ green 254 ◦ blue 220

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

Shades of Turquoise #3CFEDC

Tints of Turquoise #3CFEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.57%

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

R = 11.24%
G = 47.57%
B = 41.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#3CFEDC (or 0x3CFEDC) is known color: Turquoise. HEX triplet: 3C, FE and DC. RGB value is (60,254,220). Sum of RGB (Red+Green+Blue) = 60+254+220=534 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.24% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFEDC is #C30123. Grayscale: #C0C0C0. Windows color (decimal): -12779812 or 14483004. OLE color: 14483004.

HSL color Cylindrical-coordinate representation of color #3CFEDC: hue angle of 169.48º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFEDC is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 60 254 220 -
CMYK 0.76 0 0.13 0.00
HSL 169.48º 0.99% 0.62% -
HSV(B) 169.48º 0.76% 1% -
XYZ 50.22 77.01 79.93 -
YUV 192.12 143.73 33.76 -
System Red Green Blue C M Y K H S L
Decimal 60 254 220 0.76 0 0.13 0.00 169.48 0.99 0.62
Hex 3C FE DC 4C 0 D 0 A9 63 3E
Octal 74 376 334 114 0 15 0 251 143 76
Binary 111100 11111110 11011100 1001100 0 1101 0 10101001 1100011 111110

Color Harmonies of #3CFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFEDC

Black with #3CFEDC

Text Example


Text Example

White with #3CFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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