Html Css Color HEX #3CEEDC Turquoise

📋 copy color: '#3CEEDC'

red 60 ◦ green 238 ◦ blue 220

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

Shades of Turquoise #3CEEDC

Tints of Turquoise #3CEEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.95%

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

R = 11.58%
G = 45.95%
B = 42.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#3CEEDC (or 0x3CEEDC) is known color: Turquoise. HEX triplet: 3C, EE and DC. RGB value is (60,238,220). Sum of RGB (Red+Green+Blue) = 60+238+220=518 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.58% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEEDC is #C31123. Grayscale: #B6B6B6. Windows color (decimal): -12783908 or 14478908. OLE color: 14478908.

HSL color Cylindrical-coordinate representation of color #3CEEDC: hue angle of 173.93º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEEDC is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 238 220 -
CMYK 0.75 0 0.08 0.07
HSL 173.93º 0.84% 0.58% -
HSV(B) 173.93º 0.75% 0.93% -
XYZ 45.36 67.28 78.31 -
YUV 182.73 149.03 40.46 -
System Red Green Blue C M Y K H S L
Decimal 60 238 220 0.75 0 0.08 0.07 173.93 0.84 0.58
Hex 3C EE DC 4B 0 8 7 AE 54 3A
Octal 74 356 334 113 0 10 7 256 124 72
Binary 111100 11101110 11011100 1001011 0 1000 111 10101110 1010100 111010

Color Harmonies of #3CEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEEDC

Black with #3CEEDC

Text Example


Text Example

White with #3CEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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