Html Css Color HEX #3CEDDC Turquoise

📋 copy color: '#3CEDDC'

red 60 ◦ green 237 ◦ blue 220

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

Shades of Turquoise #3CEDDC

Tints of Turquoise #3CEDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.84%

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

R = 11.61%
G = 45.84%
B = 42.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#3CEDDC (or 0x3CEDDC) is known color: Turquoise. HEX triplet: 3C, ED and DC. RGB value is (60,237,220). Sum of RGB (Red+Green+Blue) = 60+237+220=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDDC is #C31223. Grayscale: #B6B6B6. Windows color (decimal): -12784164 or 14478652. OLE color: 14478652.

HSL color Cylindrical-coordinate representation of color #3CEDDC: hue angle of 174.24º degrees, saturation: 0.83, 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 #3CEDDC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 237 220 -
CMYK 0.75 0 0.07 0.07
HSL 174.24º 0.83% 0.58% -
HSV(B) 174.24º 0.75% 0.93% -
XYZ 45.07 66.7 78.21 -
YUV 182.14 149.36 40.88 -
System Red Green Blue C M Y K H S L
Decimal 60 237 220 0.75 0 0.07 0.07 174.24 0.83 0.58
Hex 3C ED DC 4B 0 7 7 AE 53 3A
Octal 74 355 334 113 0 7 7 256 123 72
Binary 111100 11101101 11011100 1001011 0 111 111 10101110 1010011 111010

Color Harmonies of #3CEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDDC

Black with #3CEDDC

Text Example


Text Example

White with #3CEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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