Html Css Color HEX #3CEADC Turquoise

📋 copy color: '#3CEADC'

red 60 ◦ green 234 ◦ blue 220

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

Shades of Turquoise #3CEADC

Tints of Turquoise #3CEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.53%

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

R = 11.67%
G = 45.53%
B = 42.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#3CEADC (or 0x3CEADC) is known color: Turquoise. HEX triplet: 3C, EA and DC. RGB value is (60,234,220). Sum of RGB (Red+Green+Blue) = 60+234+220=514 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.67% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEADC is #C31523. Grayscale: #B4B4B4. Windows color (decimal): -12784932 or 14477884. OLE color: 14477884.

HSL color Cylindrical-coordinate representation of color #3CEADC: hue angle of 175.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEADC is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 234 220 -
CMYK 0.74 0 0.06 0.08
HSL 175.17º 0.81% 0.58% -
HSV(B) 175.17º 0.74% 0.92% -
XYZ 44.2 64.97 77.92 -
YUV 180.38 150.35 42.14 -
System Red Green Blue C M Y K H S L
Decimal 60 234 220 0.74 0 0.06 0.08 175.17 0.81 0.58
Hex 3C EA DC 4A 0 6 8 AF 51 3A
Octal 74 352 334 112 0 6 10 257 121 72
Binary 111100 11101010 11011100 1001010 0 110 1000 10101111 1010001 111010

Color Harmonies of #3CEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEADC

Black with #3CEADC

Text Example


Text Example

White with #3CEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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